-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Lock by key when executing cron queue 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> * Update go.mod Signed-off-by: joshvanl <me@joshvanl.dev> * Lint Signed-off-by: joshvanl <me@joshvanl.dev> * Lint Signed-off-by: joshvanl <me@joshvanl.dev> * Fix go.mod + update dapr/kit Signed-off-by: Artur Souza <asouza.pro@gmail.com> * Fix .golangci.yaml to match pinned lint version. Signed-off-by: Artur Souza <asouza.pro@gmail.com> * Pin go version without using toolchain. Signed-off-by: Artur Souza <asouza.pro@gmail.com> * Fix a bunch of lint after go update. Signed-off-by: Artur Souza <asouza.pro@gmail.com> --------- Signed-off-by: joshvanl <me@joshvanl.dev> Signed-off-by: Artur Souza <asouza.pro@gmail.com> Co-authored-by: joshvanl <me@joshvanl.dev>
- Loading branch information
1 parent
a46af5f
commit 30016dc
Showing
16 changed files
with
313 additions
and
395 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.