Replies: 2 comments 2 replies
-
|
It seems that the scheduler was dormant during that time. This would be caused by the environment (Heroku). Are you running the scheduler in a web worker? |
Beta Was this translation helpful? Give feedback.
-
|
@agronholm I think i got into most similar to this discussion problem. Apscheduler 3.11, Docker Compose, Python 3.13 (Alpine) with tzdata installed. i am observing strange here: Scheduler promises to run for lookup at 00:0, but actually runs at 01:08. TZ=Europe/Moscow |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running the following:
When I leave my bash open I see the following:
Run time of job "symbol_search (trigger: cron[day_of_week='mon-fri', hour='5', minute='30'], next run at: 2022-04-15 05:30:00 BST)" was missed by 6:10:56.555975
Run time of job "symbol_search (trigger: cron[day_of_week='mon-fri', hour='5', minute='30'], next run at: 2022-04-15 05:30:00 BST)" was missed by 6:10:57.416156
I am running this on a flask app localy and I have also a flask app on Heruko, but I don't get why it's missing by so many hours and why I have 2 alerts? The Heruko app also should be updated but I shouldn't see the output localy, so that can't be the reason.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions