Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reubenmathew/flaskredistaskqueue

Task Queue experimentation with docker
https://github.com/reubenmathew/flaskredistaskqueue

Last synced: 1 day ago
JSON representation

Task Queue experimentation with docker

Awesome Lists containing this project

README

        

# FlaskRedisTaskQueue
Task Queue experimentation with docker

## redis docker instance
``` docker run --name some-redis -d redis ```

## celery worker
``` celery -A worker --loglevel=info ```
add ```-P gevent ``` keyword to the end of worker command