Skip to content

Commit

Permalink
Update rp_scale.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yhlong00 authored Feb 11, 2025
1 parent 05b2848 commit 2842485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runpod/serverless/modules/rp_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ async def get_jobs(self, session: ClientSession):
)
finally:
# Yield control back to the event loop
await asyncio.sleep(0.1)
await asyncio.sleep(0)

async def run_jobs(self, session: ClientSession):
"""
Expand Down

0 comments on commit 2842485

Please sign in to comment.