Fork me on GitHub
#releases
<
2022-08-18
>
lilactown02:08:38

I just released https://github.com/lilactown/helix 0.1.8 which contains a fix for a serious regression in use-state. Thanks @aiba for the quick fix!

👍 1
Ivar Refsdal11:08:30

https://github.com/ivarref/yoltq, an opinionated Datomic queue for building (more) reliable systems, is out with https://github.com/ivarref/yoltq#change-log. In this release the config option :healthy-allowed-error-time is added:

; If you are dealing with a flaky downstream service, you may not want
    ; yoltq to mark itself as unhealthy on the first failure encounter with
    ; the downstream service. Change this setting to let yoltq mark itself
    ; as healthy even though a queue item has been failing for some time.
    :healthy-allowed-error-time    (Duration/ofMinutes 15)

🎉 1