-
Notifications
You must be signed in to change notification settings - Fork 968
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
add support for crontab expressions #581
base: master
Are you sure you want to change the base?
Conversation
there's a missing dep on pytz blocking the package build. |
Right! It's fixed: pytz is now imported only if needed like it is done elsewhere in the schedule package. |
Waiting for this PR to me merged. |
Great ! I can't wait to use this feature . Hope to see this PR merged soon. |
+1 |
1 similar comment
+1 |
Great! Much needed. When can it get merged? @dbader @SijmenHuizenga |
Add support for any kind of crontab expression #283 #491
For example :
Largely inspired by Celery's https://github.com/celery/celery/blob/main/celery/schedules.py