Libq
This is a simple queue library based on RQ and Arq
It allows to send jobs and commands to workers.
Also, it has two main modes to perform tasks:
- Simple asyncio create_task
- And run_in_executor which choose the multiprocessing module for that.
For an example see run.py