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

Cowboy idle_timeout of 60s breaks long-running model API invocations #301

Closed
VolkerStolz opened this issue Jun 7, 2021 · 1 comment
Closed

Comments

@VolkerStolz
Copy link
Contributor

The current runtime uses Cowboy's default timeout of 60s. If a method call through the model API takes longer, Cowboy will drop the connection, which leads on the caller side e.g. to an curl: (52) Empty reply from server, and somehow leaves the affected object unusable.

Completely disabling idle_timeout might be infinity.

We could raise the default and/or make it configurable. Additionally, we might want to investigate what happens to the state of objects that get hit by that.

@rudi
Copy link
Member

rudi commented Jun 7, 2021 via email

@rudi rudi closed this as completed in 8637e67 Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants