Skip to content

test app which replicates issues with running celery as a daemon

Notifications You must be signed in to change notification settings

ajwillo/celery-daemon-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

test app which replicates issues with running celery as a daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published