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 dd7c62e commit 61ff8ffCopy full SHA for 61ff8ff
packages/service-library/src/servicelib/redis/_semaphore.py
@@ -218,7 +218,7 @@ async def acquire(self) -> bool:
218
else stop_never
219
)
220
),
221
- wait=wait_random_exponential(min=0.1),
+ wait=wait_random_exponential(min=0.1, max=0.5),
222
retry=retry_if_exception_type(redis.exceptions.TimeoutError),
223
224
async def _try_acquire() -> list[str] | None:
0 commit comments