-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
When database is down, worker will down #303
Comments
That should be solved with supervisor. |
@samdark , Can you tell solution? |
Do you really want it trying to connect to dead database forever writing to logs endlessly? |
|
@samdark , I think, automatic disaster recovery is the best way. But if it is difficult now to develop, description about this library behavior and example solution may be situate in docs. If I understand, supervisord config file must include |
Yes. The time between retries will increment exponentially though. |
@samdark , hello! |
It is exponential by default. |
There is a problem with Windows, there are no supervisot support |
Closing since actually it's mentioned in current docs. |
What steps will reproduce the problem?
queue
What's expected?
Worker live when database is live.
What do you get instead?
Workers is down.
Additional info
The text was updated successfully, but these errors were encountered: