Delayed Jobs with suspend
Author: mindrunnerCreated Jun 1, 2023Updated Oct 1, 2023
Labelstype:bugstatus:ready
Description
For testing purpose, I have one of my services running on my local computer which suspends over night.
There is only one cron job which is supposed to run early afternoon:
HARVEST_INTERVAL='0 13 * * *'
Jobs are currently executed around 10pm-11pm. Cannot find a pattern actually. I suspect suspend is somehow the issue, but idk why... Time in container is always correct.
Application is dockerized and lives in a docker-compose setup if that matters. TZ env is set correctly and generally everything is working fine (same app does not show that behavior on a 24/7 running server.
Any ideas?
Screenshots
No response
Additional information
No response
Source: kelektiv/node-cron