Skip to content

panchicore/django-celery-cloud-foundry-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-celery-cloud-foundry-demo

Deploy web and worker instance.

cf push -f manifest.yml

disclaimer:

Could foundry health-checks requires service running on port $PORT so in worker manifest command run a local django server.

command: python manage.py runserver --insecure 0.0.0.0:$PORT & celery -A tasks worker --loglevel=info --concurrency=1

About

how to use separate web and worker instance in cloud foundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages