starrt celery on Pycharm launch

I found out how to start django server on PyCharm start but cant find how to do it with Celery.

Is it any way to launch Celery automatically when Pycharm starts with Django project?

I need to launch this command:

celery worker -A series  --loglevel=INFO --concurrency=4 -E

It is in settings/startup tasks but i cant figure out what type of configuration i need to use
0
2 comments

Hello!

 

Please take a look at the following ticket https://youtrack.jetbrains.com/issue/PY-29125  and vote for it in order to increase its priority. 

1
Avatar
Permanently deleted user

@Antonina Belianskaya . Thank you for the answer. I will

0

Please sign in to leave a comment.