Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 328 Bytes

celery-async-threadpool

AsyncIO-aware Thread-based Celery TaskPool

Developing

This project uses devenv via flake and pdm.

Use the following to start an ipython REPL inside the project.

nix develop --impure
pdm run ipython