You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I woke up to a bunch of errors with my queued jobs. I am using Laravel Horizon and starting at 1:00 AM all of the queue jobs failed and then at about 1:58AM the problem went away.
production.ERROR: App\Jobs\RunWorkflowJob has been attempted too many times or run too long. The job may have previously timed out.
I looked to try to find why the job was failing or timing out but I could not find any clues in the logs. Horizon showed that the jobs were only taking 0.06s to run. Then I realized that the errors are most likely due to the end of DST and that the 1:00AM to 2:00AM hour was repeated.
Has anyone else seen issues with their queued jobs when DST ended? I was thinking of filing an issue with Horizon but I wanted to make sure it was a bug and not just an issue with my server.
EDIT: I realize it may be an issue with Laravel Queues and not specifically Horizon. I am using Horizon so that is why I initially thought it may be related.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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 woke up to a bunch of errors with my queued jobs. I am using Laravel Horizon and starting at 1:00 AM all of the queue jobs failed and then at about 1:58AM the problem went away.
I looked to try to find why the job was failing or timing out but I could not find any clues in the logs. Horizon showed that the jobs were only taking 0.06s to run. Then I realized that the errors are most likely due to the end of DST and that the 1:00AM to 2:00AM hour was repeated.
Has anyone else seen issues with their queued jobs when DST ended? I was thinking of filing an issue with Horizon but I wanted to make sure it was a bug and not just an issue with my server.
EDIT: I realize it may be an issue with Laravel Queues and not specifically Horizon. I am using Horizon so that is why I initially thought it may be related.
Beta Was this translation helpful? Give feedback.
All reactions