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
* 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 <[email protected]>
* Update go.mod
Signed-off-by: joshvanl <[email protected]>
* Lint
Signed-off-by: joshvanl <[email protected]>
* Lint
Signed-off-by: joshvanl <[email protected]>
* Fix go.mod + update dapr/kit
Signed-off-by: Artur Souza <[email protected]>
* Fix .golangci.yaml to match pinned lint version.
Signed-off-by: Artur Souza <[email protected]>
* Pin go version without using toolchain.
Signed-off-by: Artur Souza <[email protected]>
* Fix a bunch of lint after go update.
Signed-off-by: Artur Souza <[email protected]>
---------
Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Artur Souza <[email protected]>
Co-authored-by: joshvanl <[email protected]>
0 commit comments