Skip to content

Conversation

@lerome
Copy link

@lerome lerome commented Apr 26, 2023

Add support for any kind of crontab expression #283 #491

For example :

schedule.every().crontab_expression("5 4 * * 2,5", "Europe/Amsterdam").do(job)

Largely inspired by Celery's https://github.com/celery/celery/blob/main/celery/schedules.py

@lerome lerome changed the title add support from crontab expressions add support for crontab expressions Jun 6, 2023
@yusefmaali
Copy link

there's a missing dep on pytz blocking the package build.
lerome#1

@lerome
Copy link
Author

lerome commented Aug 17, 2023

there's a missing dep on pytz blocking the package build. lerome#1

Right! It's fixed: pytz is now imported only if needed like it is done elsewhere in the schedule package.

@alexkutsan
Copy link

Waiting for this PR to me merged.
Using temporarly a fork.

@LQING27
Copy link

LQING27 commented Dec 1, 2023

Great ! I can't wait to use this feature . Hope to see this PR merged soon.

@felipereyel
Copy link

+1

1 similar comment
@notsyncing
Copy link

+1

@taras80
Copy link

taras80 commented Dec 3, 2024

Great! Much needed. When can it get merged? @dbader @SijmenHuizenga

@quantumsheep
Copy link

quantumsheep commented Dec 25, 2025

Hello! Does this need changes or can it be merged?

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.

9 participants