python - How can I test celery.crontab schedule executes at expected time? -
current crontab settings here:
crontab(day_of_month=2, hour=2, minute=0)
but can't figure out how schedule correctly executed on code. there way test celery crontab schedule?
try cron.remaining_estimate(datetime.now())
Comments
Post a Comment