Skip to content

In process local Lock #2

Description

@Benoss

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions