N
Size: a a a
N
PK
celery -A saleor worker -l info
DB
celery -A saleor worker -l info
PK
CELERY_BROKER_URL = (
os.environ.get("CELERY_BROKER_URL", os.environ.get("CLOUDAMQP_URL"))
or ""
)
CELERY_TASK_ALWAYS_EAGER =
not CELERY_BROKER_URL
DB
PK
AY
Н
Н
AY
N
python manage.py celery worker
from kombu.async.timer import Entry, Timer as Schedule, to_timestamp, logger
^
SyntaxError: invalid syntax
N
Н
RS
python manage.py celery worker
from kombu.async.timer import Entry, Timer as Schedule, to_timestamp, logger
^
SyntaxError: invalid syntax
IC
AK
IC
AK
AK