Skip to content
Snippets Groups Projects
Commit ce86d427 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

working for 0.0.198 Release

parent a2df5735
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ def run_app(my_app):
my_app.logger.info("# Covid19 Data - WORKER #")
my_app.logger.info("#############################################################")
my_app.logger.info(" ")
celery_cmd = ['celery', 'worker', '-l', 'INFO']
celery_cmd = ['celery', '-A', 'app.celery', 'worker', '-l', 'INFO']
subprocess.Popen(celery_cmd, shell=True)
my_app.logger.info(" ")
my_app.logger.info("#############################################################")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment