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

fix schedule_interval cron expression #3

Merged
merged 1 commit into from
Apr 10, 2018
Merged

Conversation

analyticalmonk
Copy link
Contributor

The cron expression currently used to specify the schedule_interval will lead to a run at every hour (not just hour 0). See crontab.guru's description for details.
For a daily run, the correct expression is 0 0 * * *

The cron expression currently used to specify the `schedule_interval` will lead to a run at every hour (not just hour 0). See [crontab.guru's description](https://crontab.guru/#0_*_*_*_*) for details.
For a daily run, the correct expression is `0 0 * * *`
@hgrif
Copy link
Owner

hgrif commented Apr 10, 2018

Good catch, thanks!

@hgrif hgrif merged commit 0bb59b5 into hgrif:master Apr 10, 2018
@analyticalmonk analyticalmonk deleted the patch-1 branch April 10, 2018 13:46
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

Successfully merging this pull request may close these issues.

None yet

2 participants