aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIvar Refsdal <refsdal.ivar@gmail.com>2022-06-29 09:08:09 +0200
committerIvar Refsdal <refsdal.ivar@gmail.com>2022-06-29 09:08:09 +0200
commit1c99b2592e65f75ee38a74f7fd0dc8465c4211e1 (patch)
tree5337a9625d0457fbe87ff10b096041ef9f7b4038 /README.md
parentRelease 0.2.56 (diff)
downloadfiinha-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.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8ead585..c62328c 100644
--- a/README.md
+++ b/README.md
@@ -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: