diff options
| author | Ivar Refsdal <refsdal.ivar@gmail.com> | 2022-06-29 09:08:09 +0200 |
|---|---|---|
| committer | Ivar Refsdal <refsdal.ivar@gmail.com> | 2022-06-29 09:08:09 +0200 |
| commit | 1c99b2592e65f75ee38a74f7fd0dc8465c4211e1 (patch) | |
| tree | 5337a9625d0457fbe87ff10b096041ef9f7b4038 /README.md | |
| parent | Release 0.2.56 (diff) | |
| download | fiinha-1c99b2592e65f75ee38a74f7fd0dc8465c4211e1.tar.gz fiinha-1c99b2592e65f75ee38a74f7fd0dc8465c4211e1.tar.xz | |
Release 0.2.57
Add get-errors and retry-one-error! as well as improve unhealthy?
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -333,6 +333,15 @@ easier. ## Change log +#### 2022-06-29 v0.2.57 [diff](https://github.com/ivarref/yoltq/compare/v0.2.56...v0.2.57) +Added `(get-errors qname)` and `(retry-one-error! qname)`. + +Improved: +`unhealthy?` will return `false` for the first 10 minutes of the application lifetime. +This was done in order to push new code while a queue was in error in an earlier +version of the code. In this way rolling upgrades are possible regardless if there +are queue errors. + #### 2022-06-22 v0.2.56 [diff](https://github.com/ivarref/yoltq/compare/v0.2.55...v0.2.56) Added support for `:yoltq/queue-id` metadata on functions. I.e. it's possible to write the following: |
