Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm working on python web site which uses Celery for running long running background procesess. I plan to deploy my web site with celery worker to Beanstalk container.

Please share you expirence or ideas how to deploy and run celeary workers as demons at Beanstalk container.

share|improve this question

1 Answer

I built a custom AMI using AWS linux ami as a base, with celery set to run at start up in daemon mode. I customised the AMI so eveything was running under Python 2.7 rather than the default 2.6. This meant rebuilding mod_wsgi and using virtual environments.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.