I'm going to write a post/tip on coderwall about this so I need some code to show how this is working.
- celery
pip install celery-with-redis
- requests
pip install requests
- predis
composer install
- redis
- run celery:
celery worker --app=github
- add task from php
php php/celery-put.php
- copy task id and do
php php/celery-get.php $ID