question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

scheduling at specific time didn't work

See original GitHub issue

I 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 image but when i run python manage.py process_tasks the task was executed immediately. Did I configure something wrong?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Jonathan-Choicommented, May 23, 2019

sorry about this. my mistake! Thank you for the quick resolution

1reaction
philippeowagnercommented, May 23, 2019

2018! I live in 2019 😉

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found