z4j arq queue engine adapter (Apache 2.0)
Project description
z4j-arq
The arq engine adapter for z4j.
Streams every arq job lifecycle event from your async workers to the z4j and accepts operator control actions from the dashboard. Pair with z4j-arqcron to surface arq cron jobs.
Compatibility
- arq 0.26+ and <1 (capped below the eventual arq 1.0 breaking-major)
- Python 3.11+
Full per-adapter matrix at https://z4j.dev/reference/compatibility/.
What it ships
| Capability | Notes |
|---|---|
| Job lifecycle events | in-progress, complete, failed |
| Job discovery | caller-supplied function-name list (arq has no auto-registry) |
| Submit / cancel | direct against the arq Redis pool |
| Reconcile task | via arq's Redis-backed result store |
Async-native, uses arq's existing on_job_start / on_job_end hooks.
Not yet supported (the brain greys these actions out): retry-by-id, bulk retry, and purge queue. arq exposes no job-enumeration, dead-letter, or re-enqueue-by-id primitive, so these are deferred rather than shipped.
Install
pip install z4j-arq z4j-arqcron
Pair with a framework adapter (FastAPI is the most common pairing for arq):
pip install z4j-fastapi z4j-arq z4j-arqcron
pip install z4j-bare z4j-arq z4j-arqcron # framework-free worker
Pairs with
z4j-arqcron, schedule adapter for arq cron jobs
Reliability
- No exception from the adapter ever propagates back into arq's worker loop or your job code.
- Events buffer locally when z4j is unreachable; workers never block on network I/O.
Documentation
Full docs at z4j.dev/engines/arq/.
License
Apache-2.0, see LICENSE.
Links
- Homepage: https://z4j.com
- Documentation: https://z4j.dev
- PyPI: https://pypi.org/project/z4j-arq/
- Issues: https://github.com/z4jdev/z4j-arq/issues
- Changelog: CHANGELOG.md
- Security: security@z4j.com (see SECURITY.md)
Project details
Release history Release notifications | RSS feed
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_arq-1.7.0.tar.gz.
File metadata
- Download URL: z4j_arq-1.7.0.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e20437b7c4cae78bb0513b51955f44b853b06ccef133cf4eba583f759cad3dd
|
|
| MD5 |
d97b15422206528177e035415f484ed5
|
|
| BLAKE2b-256 |
bc96ed8cd00236a035a87fd59ca925352d76235cf8ed69c2f3a227b54ef1ad2d
|
File details
Details for the file z4j_arq-1.7.0-py3-none-any.whl.
File metadata
- Download URL: z4j_arq-1.7.0-py3-none-any.whl
- Upload date:
- Size: 15.8 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 |
4a0591698448c7c3b4739e7be1cf73220e7a02c6475bed6fb382d013a3b0217b
|
|
| MD5 |
b04f7b9d7f5768765c327fcda95f668f
|
|
| BLAKE2b-256 |
e6499c289045d85d72c7ff44d304e9218ee7eb118b9fddb060a81de0ffa30a79
|