Skip to content

Releases: loomhq/lock-exec

v0.3.0

29 Mar 21:02
53b558b

Choose a tag to compare

Changelog

a16fc56 Allow failures due to lock contention fail successfully
53b558b Merge pull request #3 from loomhq/hong/exit-codes-passthrough
ff4e888 Return early without error from exec for lock contention errors
d85c9c4 Trigger CI
be90a53 Use type casting status for checking error type

v0.2.0

26 Feb 21:30
aaf502b

Choose a tag to compare

Changelog

1b762ad Jitter/stagger in milliseconds when performing randomized execution
323f619 Merge branch 'main' into s/sleep-precision
aaf502b Merge pull request #1 from loomhq/s/sleep-precision

v0.1.1

26 Feb 20:15
f05e325

Choose a tag to compare

Changelog

a8e8703 Always emit logs from exec
f05e325 Merge pull request #2 from loomhq/h/logs-on-error

v0.1.0

25 Feb 17:50

Choose a tag to compare

Changelog

4a1c3ff Introducing lock-exec. Hello world.