django-background-task
django-background-task copied to clipboard
cannot run task after 60 seconds
i configure task to be run after 60 seconds, but in database it shows wrong time & task is not running after 60 seconds. @background(schedule=60)
Hi,
my guess is that this is timezone related. I originally wrote background task, before Django added timezone aware datetime support.
What time does the database show? What time do you expect to see?
cheers,
John