Tagged Questions
2
votes
1answer
224 views
How do you run a worker with AWS Elastic Beanstalk?
I am launching a django application on aws elastic beanstalk. I'd like to run background task or worker in order order to run celery.
I can not find if it is possible or not. If yes how it could be ...
1
vote
1answer
555 views
Installed Celery but it does not implement tasks
I,m using Amazon web services. And I'm trying to make Celery work.
Tried to do what the documentation says ...
1
vote
0answers
112 views
Setting up service to execute tasks in web clustered environment
I am looking for ways to reliably execute a task (just one time at certain date/time) in web clustered environment: for example to send an email reminder to user after 7 days since initial ...
20
votes
4answers
3k views
Celery with Amazon SQS
I want to use Amazon SQS as broker backed of Celery. There’s the SQS transport implementation for Kombu, which Celery depends on. However there is not enough documentation for using it, so I cannot ...