Add nginx location block for /api/v1/webhooks/*/sync with extended timeout for docker compose deployments#2066
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a dedicated NGINX routing rule in the docker-compose gateway config to support long-running webhook “sync” requests without timing out, aligning with OPS-3628’s deployment needs.
Changes:
- Introduces a regex
locationfor/api/v1/webhooks/*/sync. - Applies extended proxy and send/read/connect timeouts (600s) for that endpoint in docker-compose deployments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
c66f85a to
f6be396
Compare
…meout for docker compose deployments
f6be396 to
8b37bcc
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|



Fixes OPS-3854.