z4j Celery queue engine adapter (Apache 2.0)
Project description
z4j-celery
The Celery engine adapter for z4j.
Streams every task lifecycle event from your Celery workers to the z4j brain and accepts operator control actions from the dashboard. Pair with z4j-celerybeat to manage periodic / cron schedules.
What it ships
| Capability | Notes |
|---|---|
| Task lifecycle events | submitted, started, succeeded, failed, retried, revoked |
| Task discovery | runtime registry merge + static tasks.py scan |
| Submit / retry / cancel | direct against the Celery app |
| Bulk retry | filter-driven; re-enqueues matching tasks |
| Purge queue | with confirm-token guard |
| Requeue dead-letter | from the configured DLX |
| Restart worker | broadcast pool restart, zero task loss |
| Pool grow / shrink | via Celery's control API |
| Rate limit | broker-side via Celery's control channel |
| Reconcile task | via the result backend |
The widest feature coverage of any z4j engine adapter, Celery's rich remote-control surface lets z4j ship capabilities other engines can't match (pool restart with zero task loss, broker-side rate limiting).
Install
pip install z4j-celery z4j-celerybeat
Pair with a framework adapter:
pip install z4j-django z4j-celery z4j-celerybeat # Django
pip install z4j-flask z4j-celery z4j-celerybeat # Flask
pip install z4j-fastapi z4j-celery z4j-celerybeat # FastAPI
pip install z4j-bare z4j-celery z4j-celerybeat # framework-free worker
Pairs with
z4j-celerybeat, schedule adapter for Celery Beat / django-celery-beat
Reliability
- No exception from the adapter ever propagates back into your Celery workers or signal handlers.
- Events buffer locally when z4j is unreachable; your workers never slow down or block on network I/O.
Documentation
Full docs at z4j.dev/engines/celery/.
License
Apache-2.0, see LICENSE.
Links
- Homepage: https://z4j.com
- Documentation: https://z4j.dev
- PyPI: https://pypi.org/project/z4j-celery/
- Issues: https://github.com/z4jdev/z4j-celery/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_celery-1.6.0.tar.gz.
File metadata
- Download URL: z4j_celery-1.6.0.tar.gz
- Upload date:
- Size: 62.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50e660ab26c1f023bc087d73b371acfbf7ab77d300c0441667c424a55305b498
|
|
| MD5 |
a928fce2b7f69f794b308b49d1571dd8
|
|
| BLAKE2b-256 |
c0aab51f042dde659e7685c3e8dc8b866cfd0af679b7d0281de02f665e5eb83b
|
File details
Details for the file z4j_celery-1.6.0-py3-none-any.whl.
File metadata
- Download URL: z4j_celery-1.6.0-py3-none-any.whl
- Upload date:
- Size: 59.9 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 |
24f1e93ae1a74dd6fa9c96dc3dc0963bca1105a36f12ed0f1e473ea0566b7092
|
|
| MD5 |
9d4376b7cbc7a9a2501c47795c2c4337
|
|
| BLAKE2b-256 |
ef25fa3c7c390008b04ee08dc26be081e356d510666216f8e4b6890d1ccff4d2
|