fastworker Python Brokerless Python task queue. No Redis. No RabbitMQ. Just 2–3 Python processes.
A brokerless Python task queue that replaces Celery + Redis with 2–3 processes, a built-in web dashboard, native FastAPI integration and NNG messaging. Four priority levels, least-loaded dispatch, optional OpenTelemetry. Python 3.12+.
Install
$ pip install fastworker Frequently asked questions
What is fastworker?
fastworker is Brokerless Python task queue. No Redis. No RabbitMQ. Just 2–3 Python processes. It is part of the Neul Labs open-source portfolio (36 MIT-licensed projects for AI agent infrastructure). A brokerless Python task queue that replaces Celery + Redis with 2–3 processes, a built-in web dashboard, native FastAPI integration and NNG messaging. Four priority levels, least-loaded dispatch, optional OpenTelemetry. Python 3.12+.
How do I install fastworker?
Install with: `pip install fastworker`. fastworker is MIT licensed and ships prebuilt binaries where applicable.
What language is fastworker written in?
fastworker is written in Python.
Is fastworker open source?
Yes. fastworker is MIT licensed and publicly available at https://github.com/neul-labs/fastworker. All 36 Neul Labs projects are MIT licensed.
How does fastworker compare to alternatives?
See the detailed comparison at https://www.neullabs.com/compare/fastworker-vs-celery.