Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queue lock by key (by Josh) #30

Merged
merged 9 commits into from
Jul 22, 2024

Conversation

artursouza
Copy link
Contributor

@artursouza artursouza commented Jul 22, 2024

I had to fix conflicts and update dapr/kit.

Creating a new PR since I don't have access to update Josh's PR.

Replaces: #29

JoshVanL and others added 9 commits July 22, 2024 16:27
Use a per job key mutex to lock execution of a trigger. A per key lock
prevents writes of new jobs from being blocked by actively executing
triggers.

Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
@artursouza artursouza merged commit 30016dc into diagridio:master Jul 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants