Skip to content

Commit

Permalink
fix queue put_many not respecting infinite timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodingwizard committed Oct 18, 2024
1 parent 737a915 commit 4dd9fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modal/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ async def _put_many_blocking(
# A full queue will return this status.
additional_status_codes=[Status.RESOURCE_EXHAUSTED],
max_delay=30.0,
max_retries=None,
total_timeout=timeout,
)
except GRPCError as exc:
Expand Down

0 comments on commit 4dd9fea

Please sign in to comment.