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

HTTP timeout is too low #2

Open
yocontra opened this issue Dec 12, 2023 · 1 comment
Open

HTTP timeout is too low #2

yocontra opened this issue Dec 12, 2023 · 1 comment

Comments

@yocontra
Copy link

https://github.com/runpod-workers/cog-worker/blob/main/src/handler.py#L49

600 seems low, especially for some jobs we are running we hit this timeout pretty often. Can we up this to what the actual runpod limit is, or remove it (Infinity) and let runpod itself manage killing a job that times out?

@nom
Copy link

nom commented Aug 26, 2024

+1 - ran into this unexpected timeouts and realized it was this line. Runpod offers an execution timeout option during the serverless endpoint creation which accomplishes the same thing. Would be better to let it be managed explicitly there.

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

No branches or pull requests

2 participants