/sqla-taskq

Simple task queue executed by a daemon

Primary LanguagePythonMIT LicenseMIT

Sqla-taskq

Sqla-taskq in an asynchronous task queue. It's minimalist and very useful when you don't want to put in place big system like celery. Since it's written in python it's very simple to add it in your python project. The back end should be one supported by SQLAlchemy.

Documentation is hosted at ReadTheDocs.

Build Status

Branch Build status Test coverage
master Build Status - master branch Test coverage - master branch
develop Build Status - develop branch Test coverage - develop branch