We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5bcfa commit 9f994acCopy full SHA for 9f994ac
runpod/serverless/modules/rp_scale.py
@@ -201,7 +201,7 @@ async def get_jobs(self, session: ClientSession):
201
except asyncio.CancelledError:
202
log.debug("JobScaler.get_jobs | Request was cancelled.")
203
raise # CancelledError is a BaseException
204
- except TimeoutError:
+ except asyncio.TimeoutError:
205
log.debug("JobScaler.get_jobs | Job acquisition timed out. Retrying.")
206
except TypeError as error:
207
log.debug(f"JobScaler.get_jobs | Unexpected error: {error}.")
0 commit comments