Today, I’m open sourcing a project that I’ve been working for the last few months. It is a Python library to put work in the background, that you’d typically use in a web context. It is designed to be simple to set up and use, and be of help in almost any modern Python web stack. Existing solutions ¶ Of course, there already exist a few solutions to this problem. Celery (by the excellent @asksol)