Lua Resty Qless Versions Save

Lua binding to Qless (Queue / Pipeline management) for OpenResty / Redis

v0.12

1 year ago
  • Fix: Issue where global table can no longer be modified (since Redis 6.2.7). Thanks to @hrsantiago for the fix.

v0.11

6 years ago
  • Fixed issue when passing in an existing (but broken) redis connection

v0.10

6 years ago
  • 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

6 years ago
  • Updated qless-core (now supports Redis >= 3.2)
  • Job's now always return a value

v0.08

7 years ago
  • Jobs are no longer required to return true in order to be completed by the worker.
  • Added opm dist.ini file.

v0.07

7 years ago
  • 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

8 years ago

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

8 years ago
  • 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

8 years ago
  • 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

9 years ago
  • Include pre-made versions of the qless-core libraries in lib.