z4j RQ queue engine adapter (Apache 2.0)
Project description
z4j-rq
The RQ engine adapter for z4j.
Streams every RQ job lifecycle event from your workers to z4j and accepts operator control actions from the dashboard. Pair with z4j-rqscheduler to manage periodic schedules.
What it ships
| Capability | Notes |
|---|---|
| Job lifecycle events | enqueued, started, finished, failed, deferred, scheduled |
| Job discovery | runtime registry of queue names + worker introspection |
| Submit / retry / cancel | direct against the RQ queue |
| Bulk retry | filter-driven; re-enqueues matching jobs from the failed registry |
| Purge queue | with confirm-token guard |
| Reconcile task | via Redis-backed job hash lookup |
Install
pip install z4j-rq z4j-rqscheduler
Pair with a framework adapter:
pip install z4j-django z4j-rq z4j-rqscheduler # Django
pip install z4j-flask z4j-rq z4j-rqscheduler # Flask
pip install z4j-fastapi z4j-rq z4j-rqscheduler # FastAPI
pip install z4j-bare z4j-rq z4j-rqscheduler # framework-free worker
Pairs with
z4j-rqscheduler, schedule adapter for rq-scheduler
Reliability
- No exception from the adapter ever propagates back into your RQ workers or job hooks.
- Events buffer locally when z4j is unreachable; workers never block on network I/O.
Documentation
Full docs at z4j.dev/engines/rq/.
License
Apache-2.0, see LICENSE.
Links
- Homepage: https://z4j.com
- Documentation: https://z4j.dev
- PyPI: https://pypi.org/project/z4j-rq/
- Issues: https://github.com/z4jdev/z4j-rq/issues
- Changelog: CHANGELOG.md
- Security: security@z4j.com (see SECURITY.md)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file z4j_rq-1.6.0.tar.gz.
File metadata
- Download URL: z4j_rq-1.6.0.tar.gz
- Upload date:
- Size: 45.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ea59c59be9a62e0bda5b47b0739597ef6e27965c9ca3ee178e6e9debea8ebc2
|
|
| MD5 |
bb886e89bac17c9836b1344b1ff87d8f
|
|
| BLAKE2b-256 |
41f8560cd8f30293f0467dd0f245ee9ef7a627940fa0d6a40417bda5b48d1188
|
File details
Details for the file z4j_rq-1.6.0-py3-none-any.whl.
File metadata
- Download URL: z4j_rq-1.6.0-py3-none-any.whl
- Upload date:
- Size: 41.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b612d41bb19c57f96c9a81ddb7edc7571e87ae991f2013dc893d8cfead4bbd28
|
|
| MD5 |
793833ec1398d7d9a1b76b3c478756e6
|
|
| BLAKE2b-256 |
f4cc68ab728b4fd54cc75b0246777343220ad39fdff988fbd90ed5a341fbff10
|