Miksus / rocketry

Modern scheduling library for Python
https://rocketry.readthedocs.io
MIT License
3.27k stars 106 forks source link

@app.task(minutely & (time_of_week.between('Mon', 'Sat') & time_of_day.between('3:00', '10:00'))) #207

Open jaanhavi opened 1 year ago

jaanhavi commented 1 year ago

@app.task(minutely & (time_of_week.between('Mon', 'Sat') & time_of_day.between('3:00', '10:00'))) The task continues to run after 10:00 UTC

Expected behavior The task should run on weekdays every minute between 3:00 UTC to 10:00 UTC on the Amazon EC2 Linux OS.

felipexbraga commented 10 months ago

I'm having the same problem, did you manage to solve it?