Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Info] Crontab expression in Testing interval #168

Open
corasaniti opened this issue Mar 5, 2024 · 1 comment
Open

[Info] Crontab expression in Testing interval #168

corasaniti opened this issue Mar 5, 2024 · 1 comment

Comments

@corasaniti
Copy link

corasaniti commented Mar 5, 2024

Can I enter a crontab expression in the Testing interval field?
For example I would like to run my speedtest every 2 hours at minute 10
10 */2 * * *

With the latest versions the scheduling has been changed at minute 30. This isn't good for me because I have another JOB running and I would like to be able to change the scheduling

Thanks in advance

@ipitio
Copy link
Collaborator

ipitio commented Mar 5, 2024

Currently in docker, the testing interval starts when the last scheduled test was run. This means you can disable the schedule (by setting it to 0), wait until at least 2 hours have elapsed since the last scheduled run, wait until the next 10 minutes past an hour, then set the schedule to 2. The tests will now run every 2 hours at 10 minutes past the hour.

Being able to directly specify the expression is an interesting idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants