You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a in process lock to avoid stampede without having to use a Redis client.
This is probably pretty simple to implement with asyncio.Lock for async and threading.Lock for the sync version.
Maybe make the Redis dependency optional at the same time
The text was updated successfully, but these errors were encountered:
Having a in process lock to avoid stampede without having to use a Redis client.
This is probably pretty simple to implement with asyncio.Lock for async and threading.Lock for the sync version.
Maybe make the Redis dependency optional at the same time
The text was updated successfully, but these errors were encountered: