janus: Is there a way to increase request ttl for api definition ? Got http: proxy error: context canceled
Is there a way to increase request ttl ?
Something like upstream_[connect|send|read]_timeout
?
Reproduction Steps:
- Make a request through Janus that will last longer than 50 seconds.
Expected behavior:
Requests is handled properly in his own time.
Observed behavior:
Request is terminated with Janus error:
http: proxy error: context canceled
Janus version: 3.7.0-rc.14 Docker image
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 23 (11 by maintainers)
@jzyinq I see. Janus should have the capabilities for you to specify a timeout per endpoint. I’ll try to implement this asap.
@quba I will open a PR tonight with this feature. There is one integration test failing that I hope to fix it today or tomorrow.
I’m closing the issue then. Feel free to open new one if you find anything else. Thank you!
Great! We should be able to provide some feedback within next 2 weeks.