Skip to content

🔧(tray) fix ineffective timeout settings for peertube runner requests #2703

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

Merged
merged 1 commit into from
Apr 14, 2025

Conversation

wilbrdt
Copy link
Contributor

@wilbrdt wilbrdt commented Apr 11, 2025

Purpose

Previous increases to connection timeouts had no effect due to the requests being proxied through proxy_to_marsha_app, which overrides those settings.
This fix moves the timeout configuration directly into the proxy_to_marsha_app location block to ensure they are properly applied.

Note: This is a temporary, hacky workaround to avoid 504 Gateway Timeouts when the PeerTube runner POSTs to /success. A proper fix is still needed.

Previous increases to connection timeouts had no effect due to the requests
being proxied through proxy_to_marsha_app, which overrides those settings.
This fix moves the timeout configuration directly into the
`proxy_to_marsha_app` location block to ensure they are properly applied.
Note: This is a temporary, hacky workaround to avoid 504 Gateway Timeouts when
the PeerTube runner POSTs to /success. A proper fix is still needed.
@wilbrdt wilbrdt self-assigned this Apr 11, 2025
@wilbrdt wilbrdt merged commit 19dbdea into master Apr 14, 2025
33 checks passed
@wilbrdt wilbrdt deleted the fix-timeout-nginx branch April 14, 2025 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants