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

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -