-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horizon jobs pauses and doesn't get processed #391
Comments
This is an indicator of a problem with the underlying file system. Is it a network mounted filesystem? It may have had temporarily problems causing it files not being accessible? |
It looks like you might be using something similar to envoyer.io for managing your releases. Is it possible that you had a Horizon worker that was not terminated and the |
For me, during the deploy process I would call This prevented Manually restarting horizon solved the issue. |
Ah, I remember this. I think I was hit with the same issue but weren't able to connect to dots here. Great detective work there 🔍 I would seem that stopping horizon, making deploy, starting horizon would fix this. But not really with supervisor because it expects to always run the service. So even if you send the terminate before deploying the new code, the instance will likely be instantly up again. 🤷♀️ |
Hi everyone,
I have issue with horizon in one of my projects. So I have supervisor running to check if horizon is working and if not start horizon. Horizon is running ok for couple of days or so and then after that I get call from clients saying that their emails is not sending out again, once I check horizon dashboard I can see jobs paused there.
Here is snippet of my horizon log before I have to restart it manually for jobs to be processed:
Not really sure where the issue is or how to solve it.
Thanks for all your help!
The text was updated successfully, but these errors were encountered: