I want to run celery on background as a daemon on AWS Elastic Beanstalk with python3.6.
I followed answer of this question :How do you run a worker with AWS Elastic Beanstalk?
But supervisor is not supported for python3.6 . What is solution for python 3.6.
Note : I am using Rabbitmq server and setup celery on my project as a remote server.