Skip to content

Releases: ledgetech/lua-resty-qless

v0.12

08 Jul 13:32
Compare
Choose a tag to compare
  • Fix: Issue where global table can no longer be modified (since Redis 6.2.7). Thanks to @hrsantiago for the fix.

v0.11

16 Aug 09:07
Compare
Choose a tag to compare
  • Fixed issue when passing in an existing (but broken) redis connection

v0.10

24 Jul 11:05
Compare
Choose a tag to compare
  • Feature: Support passing in existing redis connections, or callbacks to create / destroy
  • Fix: Qless workers now call set_keepalive each time they exit
  • Test: Code coverage reporting and some improved coverage

v0.09

29 Jun 10:02
Compare
Choose a tag to compare
  • Updated qless-core (now supports Redis >= 3.2)
  • Job's now always return a value

v0.08

22 Nov 14:53
Compare
Choose a tag to compare
  • Jobs are no longer required to return true in order to be completed by the worker.
  • Added opm dist.ini file.

v0.07

09 Jun 13:58
Compare
Choose a tag to compare
  • Bugfix: Workers were not accepting redis connection parameters, meaning timeouts were defaulted to 100ms. Thanks @keen99 for the report.
  • Added a luarocks spec as requested by @saucisson.

v0.06

26 May 14:53
Compare
Choose a tag to compare

Minor release:

  • Pulled the latest qless-core sub repo.
  • Workers are now named using the pid and their worker id, instead of a random hex. Requires lua-nginx-module 0.9.20 (OpenResty 1.9.x).

v0.05

09 Dec 16:59
Compare
Choose a tag to compare
  • Bugfix: Jobs can be failed with no message (rather than script fatal)
  • Feature: Jobs can be queued with a custom jid, via the options table

v0.04

17 Jun 09:00
Compare
Choose a tag to compare
  • Moved Redis connection to use lua-resty-redis-connector.
  • Workers now retry on interval when the Redis connection is failing.
  • Implemented queue-level config_get/set.

v0.03

26 Mar 16:56
Compare
Choose a tag to compare
  • Include pre-made versions of the qless-core libraries in lib.