Skip to content
Snippets Groups Projects
Commit ae231ef3 authored by Thomas Wöhlke's avatar Thomas Wöhlke :alien:
Browse files

work

parent 5f021cb3
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,10 @@ from database import create_celery, run_run_with_debug, port
def run_mq(my_app, my_celery):
if sys.platform != 'linux':
my_app.logger.info("-------------------------------------------------------------")
my_app.logger.info("# start REDIS-Server #")
my_app.logger.info("-------------------------------------------------------------")
redis_cmd = ['redis-server']
subprocess.Popen(redis_cmd, shell=True)
#my_app.logger.info("# start REDIS-Server #")
#my_app.logger.info("-------------------------------------------------------------")
#redis_cmd = ['redis-server']
#subprocess.Popen(redis_cmd, shell=True)
my_app.logger.info(" ")
my_app.logger.info("#############################################################")
my_app.logger.info("# Covid19 Data - WORKER #")
......
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