Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 394 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 394 Bytes

celery-daemon-test

To create use the following commands:

docker build -t itapp-celery:latest . cd rabbitmq docker build -t rabbit-celery:latest . cd ../ docker-compose up

once up exec into itapp-celery shell and run

celery -A itapp worker -l info

this works, however running the below, returns, not running no PID files found

/etc/init.d/celeryd status /etc/init.d/celerybeat status