Size: 797
Comment:
|
Size: 871
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 24: | Line 24: |
#redis-server & #redis-cli |
$redis-server & $redis-cli |
Line 39: | Line 39: |
{{{#!highlight bash $celery -A celeryTest worker --loglevel=info }}} |
Celery
Celery is an asynchronous task queue/job queue based on distributed message passing.
http://docs.celeryproject.org/en/latest/getting-started/first-steps-with-celery.html
Slackware 14 installation
- easy_install celery
Check installation:
Test app with Redis
Run redis:
App:
1 $celery -A celeryTest worker --loglevel=info