We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The runner gets itself locked up when PostgreSQL is restarted on everything except EL7.
Initial assessment is that the runner doesn't connect its main thread to the database the same as the other services.
The text was updated successfully, but these errors were encountered:
Be smarter about restarting daemons with PostgreSQL. #1373
bc4af71
Remove unneeded WantedBy. #1373
9e56d3b
Use PgConnection for main loop. Part of #1373.
2cb5022
This is fixed for 5.0.7 and has some needed refactoring of the runner's main loop in 5.1.
Sorry, something went wrong.
mfeit-internet2
No branches or pull requests
The runner gets itself locked up when PostgreSQL is restarted on everything except EL7.
Initial assessment is that the runner doesn't connect its main thread to the database the same as the other services.
The text was updated successfully, but these errors were encountered: