scheduling at specific time didn't work
See original GitHub issueI created a task using notify_user(user.id, schedule=datetime.strptime("2018-05-25 01:55:00+0200", '%Y-%m-%d %H:%M:%S%z'))
to schedule the task for the a specific time and I can see that the time has been correctly assigned in the run_at
in the database
but when i run
python manage.py process_tasks
the task was executed immediately. Did I configure something wrong?
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Windows Task Scheduler does not start task at next run time
Often a task that runs fine from a command prompt will not work from a scheduled task because of one of many different...
Read more >Tasks are not scheduled as expected in Microsoft Project - Office
A task may not schedule as expected for a number of reasons. To determine the exact cause in Project 2010, review the following...
Read more >Apache Airflow scheduler does not trigger DAG at schedule time
Your issue is the start_date being set for the current time. Airflow runs jobs at the end of an interval, not the beginning....
Read more >Task Scheduler not running, triggering or starting programs
3] Start Task Scheduler using Command Prompt. If the above method didn't work and your service is still not working then you can...
Read more >Scheduling daily data refresh at specific time
Scheduling daily data refresh at specific time ... make all subsequent refresh taking place at the same time, but it actually didn't work....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
sorry about this. my mistake! Thank you for the quick resolution
2018! I live in 2019 😉