python - Get certain celery tasks to only run during certain hours -
using celery, (if matters) rabbitmq broker , django result backend.
i have many thousands of tasks, such take weeks complete them all. however, of them want run between hours of day. because involve downloading files public server has explicitly requested behaviour. each task takes several minutes complete. how best go this?
you can use crontab schedules setup need.
Comments
Post a Comment