Skip to content
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

Scale does not recover from database crashes #1031

Closed
dfaller opened this issue Dec 18, 2017 · 0 comments
Closed

Scale does not recover from database crashes #1031

dfaller opened this issue Dec 18, 2017 · 0 comments

Comments

@dfaller
Copy link
Contributor

dfaller commented Dec 18, 2017

Scale has an issue where it does not recover from database crashes. Dango simply holds on to its existing connections, which are now closed, and continuously fails. Put in a fix where Scale either gets new connections (through Django) or Scale shuts down, allowing it to be restarted by Marathon.

Relevant Django issue: https://code.djangoproject.com/ticket/24810#comment:5

@dfaller dfaller added this to the Backlog milestone Dec 18, 2017
@dfaller dfaller added this to To Do in Critical Issues via automation Dec 18, 2017
@dfaller dfaller moved this from To Do to In progress in Critical Issues Dec 20, 2017
@dfaller dfaller self-assigned this Dec 20, 2017
@dfaller dfaller modified the milestones: Backlog, Sprint 12-18-2017 Dec 20, 2017
Critical Issues automation moved this from In progress to Done Dec 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant