Skip to content

Releases: akira/exq

Support Poison 5

21 Jul 14:45
Compare
Choose a tag to compare

Changed

Support for Unique Exq Jobs

26 Nov 02:51
e8c3ede
Compare
Choose a tag to compare

[0.17.0] - 2022-11-25

Added

  • Add Exq unique job feature, allow to enforce a single instance of job! #469 by @ananthakumaran

Fixed

Changed

API to send signal to workers

16 Apr 01:08
Compare
Choose a tag to compare

[0.16.2] - 2022-04-15

Added

Changed

Fixed

Doc fixes

13 Dec 16:17
Compare
Choose a tag to compare

[0.16.1] - 2021-12-13

Added

Changed

Fixed

Sidekiq 5 compatibility and ExqUI Rewrite

12 Dec 21:44
Compare
Choose a tag to compare

[0.16.0] - 2021-12-12

NOTE: For upgrade instructions please read PR #458. Note that this release needs to be upgraded together with ExqUI if using web admin functionality. ExqUI release is a complete rewrite in Phoenix Liveview.

Added

Changed

Fixed

v0.15.0

20 Jul 04:16
Compare
Choose a tag to compare

[0.15.0] - 2021-07-19

Special thanks to @ananthakumaran 🔥 🔥

Added

Changed

Fixed

v0.14.0

09 Aug 17:10
3f4b5c5
Compare
Choose a tag to compare

[0.14.0] - 2020-08-08

Added

Changed

Fixed

Mock test adapter

02 Jan 03:05
Compare
Choose a tag to compare

[0.13.5] - 2020-01-01

Added

Remove serialization for enqueue and use cursored SCAN calls

04 Nov 00:20
b084b86
Compare
Choose a tag to compare

[0.13.4] - 2019-11-3

Fixed

Handle AWS Elasticache Redis DNS failover

17 Jun 01:59
Compare
Choose a tag to compare

[0.13.3] - 2019-06-16

Added

  • Handle AWS Elasticache Redis DNS failover. This ensures persistent connections are shutdown, forcing a reconnect in scenarios where a Redis node in a HA cluster is switched to READONLY mode by @deepfryed.