/libq

Simple async and sync queue system

Primary LanguagePython

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:

  1. Simple asyncio create_task
  2. And run_in_executor which choose the multiprocessing module for that.

For an example see run.py