library · inferred from evidence
runpod-python
A Python library for interacting with RunPod's serverless platform.
- Serverless job stuck in IN_PROGRESS after calling progress_update
Calling `runpod.serverless.progress_update(job, ...)` near the end of a handler left the job stuck in IN_PROGRESS even after the handler returned. The reporter confirmed it was a race condition by adding a one-second sleep before the return