diff options
| author | Ivar Refsdal <refsdal.ivar@gmail.com> | 2022-03-27 15:01:18 +0200 |
|---|---|---|
| committer | Ivar Refsdal <refsdal.ivar@gmail.com> | 2022-03-27 15:01:18 +0200 |
| commit | fda9aeb8cfcc5744e3bcc8fb6ddac82fee08d4e9 (patch) | |
| tree | 615db3ca59c7487224cdc4310ddf2c973df3d8e4 /README.md | |
| parent | Release 0.2.41 (diff) | |
| download | fiinha-fda9aeb8cfcc5744e3bcc8fb6ddac82fee08d4e9.tar.gz fiinha-fda9aeb8cfcc5744e3bcc8fb6ddac82fee08d4e9.tar.xz | |
Document
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 33 |
1 files changed, 19 insertions, 14 deletions
@@ -333,30 +333,35 @@ easier. ## Change log -### 2022-03-27 v0.2.41 +### 2022-03-27 [v0.2.41](https://github.com/ivarref/yoltq/compare/v0.2.39...v0.2.41) +* Added function `healthy?` that returns: ``` - Added function `healthy?` that returns: true if no errors false if one or more errors nil if error-poller is yet to be executed. - - Added default functions for `:on-system-error` and `:on-system-recovery` +``` + +* Added default functions for `:on-system-error` and `:on-system-recovery` that simply logs that the system is in error (ERROR level) or has recovered (INFO level). - Added function `queue-stats` that returns a nicely "formatted" +* Added function `queue-stats` that returns a nicely "formatted" vector of queue stats, for example: - (queue-stats) - => - [{:qname :add-message-thread, :status :done, :count 10274} - {:qname :add-message-thread, :status :init, :count 30} - {:qname :add-message-thread, :status :processing, :count 1} - {:qname :send-message, :status :done, :count 21106} - {:qname :send-message, :status :init, :count 56}] ``` +(queue-stats) +=> +[{:qname :add-message-thread, :status :done, :count 10274} + {:qname :add-message-thread, :status :init, :count 30} + {:qname :add-message-thread, :status :processing, :count 1} + {:qname :send-message, :status :done, :count 21106} + {:qname :send-message, :status :init, :count 56}] +``` + +### 2021-09-27 [v0.2.39](https://github.com/ivarref/yoltq/compare/v0.2.37...v0.2.39) +Added `:valid-payload?` option for queue consumers. -### 2021-09-27 v0.2.39: ? -### 2021-09-27 v0.2.37: ? +### 2021-09-27 [v0.2.37](https://github.com/ivarref/yoltq/compare/v0.2.33...v0.2.37) +Improved error reporting. ### 2021-09-24 v0.2.33: First publicly announced release. |
