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