-
Notifications
You must be signed in to change notification settings - Fork 55
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
db: add support for PgBouncer #819
Closed
mdonadoni opened this issue
Aug 6, 2024
· 0 comments
· Fixed by reanahub/reana-job-controller#463, #818 or reanahub/reana-workflow-controller#594
Closed
db: add support for PgBouncer #819
mdonadoni opened this issue
Aug 6, 2024
· 0 comments
· Fixed by reanahub/reana-job-controller#463, #818 or reanahub/reana-workflow-controller#594
Comments
mdonadoni
added a commit
to mdonadoni/reana
that referenced
this issue
Aug 6, 2024
mdonadoni
added a commit
to mdonadoni/reana-job-controller
that referenced
this issue
Aug 6, 2024
This was referenced Aug 6, 2024
perf(config): make closing of database connections optional (#463)
reanahub/reana-job-controller#463
Merged
mdonadoni
added a commit
to mdonadoni/reana-job-controller
that referenced
this issue
Aug 6, 2024
mdonadoni
added a commit
to mdonadoni/reana-workflow-controller
that referenced
this issue
Aug 6, 2024
mdonadoni
added a commit
to mdonadoni/reana-workflow-controller
that referenced
this issue
Aug 6, 2024
mdonadoni
added a commit
to mdonadoni/reana
that referenced
this issue
Aug 6, 2024
mdonadoni
added a commit
to mdonadoni/reana-job-controller
that referenced
this issue
Aug 6, 2024
mdonadoni
added a commit
to mdonadoni/reana
that referenced
this issue
Aug 9, 2024
mdonadoni
added a commit
to mdonadoni/reana-workflow-controller
that referenced
this issue
Aug 9, 2024
mdonadoni
added a commit
to mdonadoni/reana-job-controller
that referenced
this issue
Aug 9, 2024
mdonadoni
added a commit
to mdonadoni/reana-job-controller
that referenced
this issue
Aug 23, 2024
mdonadoni
added a commit
to mdonadoni/reana-job-controller
that referenced
this issue
Aug 23, 2024
mdonadoni
added a commit
to mdonadoni/reana-job-controller
that referenced
this issue
Aug 23, 2024
mdonadoni
added a commit
to mdonadoni/reana
that referenced
this issue
Aug 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add support for PgBouncer. This should improve job creation performance in reana-job-controller, as database connections can be persisted/pooled instead of needing to close them after each use (see reanahub/reana-job-controller@980f749)
The text was updated successfully, but these errors were encountered: