Dylan Lawrence
Dylan Lawrence

Reputation: 1533

Automatic launch of Celery on Elastic Beanstalk

I've read some of the previous threads on how to do this, but it appears the script given in those threads doesn't work anymore.

I know I need a celery.config file to be placed in my .ebextensions directory. That file needs to configure celery and then run supervisord on celery to start it as a daemon. Has anyone had luck doing this in the past 6 months or so?

Upvotes: 1

Views: 121

Answers (1)

Cagatay Barin
Cagatay Barin

Reputation: 3496

This problem really took so many of my time but it finally worked. See my answer in this question, I've asked with reputation bounty but no one answered, after solving it I've added my own answer.

How to run celery worker on elastic beanstalk?

Upvotes: 1

Related Questions