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?
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?