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

Work

parent 665b9874
No related branches found
No related tags found
No related merge requests found
from covid19 import app
from covid19.workers import celery
#################################################################################################################
#
# MAIN
#
#################################################################################################################
if __name__ == '__main__':
app.logger.info(" ")
app.logger.info("#############################################################")
app.logger.info("# Covid19 Data - WORKER #")
app.logger.info("#############################################################")
app.logger.info(" ")
args = ['worker', '-l', 'INFO']
celery.start(args)
from covid19 import app
from covid19.workers import celery
#################################################################################################################
#
# MAIN
#
#################################################################################################################
if __name__ == '__main__':
app.logger.info(" ")
app.logger.info("#############################################################")
app.logger.info("# Covid19 Data - WORKER #")
app.logger.info("#############################################################")
app.logger.info(" ")
args = ['worker', '-l', 'INFO']
celery.start(args)
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