app
app copied to clipboard
Fix that pgdump backup route is broken atm, due to nginx timing out requests before they are established/solidified
Two routes to solve this:
- Increase nginx timeout somehow; equal to issue #320. (this is not trivial, as this is a lower level config option that is not exposed directly by nginx-gateway-fabric)
- Maybe switch to using a graphql subscription after all.