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

Fix that pgdump backup route is broken atm, due to nginx timing out requests before they are established/solidified #337

Open
Venryx opened this issue Jul 24, 2024 · 0 comments

Comments

@Venryx
Copy link
Collaborator

Venryx commented Jul 24, 2024

Two routes to solve this:

  1. Increase nginx timeout somehow; equal to issue Modify nginx to have a higher query timeout (seems 60s atm) #320. (this is not trivial, as this is a lower level config option that is not exposed directly by nginx-gateway-fabric)
  2. Maybe switch to using a graphql subscription after all.
@Venryx Venryx changed the title Fix that pgdump backup route is broken atm, due to nginx timing out requests before they are established/solidified (maybe switch to graphql subscription after all) Fix that pgdump backup route is broken atm, due to nginx timing out requests before they are established/solidified Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Short-term (Alvinosh)
Development

No branches or pull requests

1 participant