django-background-task icon indicating copy to clipboard operation
django-background-task copied to clipboard

cannot run task after 60 seconds

Open yspanchal opened this issue 10 years ago • 1 comments

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)

yspanchal avatar Apr 26 '14 13:04 yspanchal

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

lilspikey avatar May 06 '14 08:05 lilspikey