Releases: ledgetech/lua-resty-qless
Releases · ledgetech/lua-resty-qless
v0.12
- Fix: Issue where global
table
can no longer be modified (since Redis 6.2.7). Thanks to @hrsantiago for the fix.
v0.11
- Fixed issue when passing in an existing (but broken) redis connection
v0.10
- 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
- Updated qless-core (now supports Redis >= 3.2)
- Job's now always return a value
v0.08
- Jobs are no longer required to return
true
in order to be completed by the worker.
- Added opm
dist.ini
file.
v0.07
- 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
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
- 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
- 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
- Include pre-made versions of the qless-core libraries in
lib
.