first push
This commit is contained in:
5
KuChicken/celery.py
Normal file
5
KuChicken/celery.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from celery import Celery
|
||||
|
||||
app = Celery('KuChicken', broker='redis://127.0.0.1:6379', backend='redis://127.0.0.1:6379')
|
||||
# app = Celery('KuChicken', broker='redis://45.159.115.160:6379/0', backend='redis://45.159.115.160:6379/0')
|
||||
app.autodiscover_tasks()
|
||||
Reference in New Issue
Block a user