# all in UTC :
CELERY_ENABLE_UTC = True
CELERY_TIMEZONE = 'Etc/UTC'
# tasks from and tasks to may be different addresses:
# tasks from
BROKER_URL = "redis://myserver.ru:6379//"
# tasks to
CELERY_RESULT_BACKEND = "redis"
CELERY_REDIS_HOST = "myserver.ru"
CELERY_REDIS_PORT = 6379
CELERY_ENABLE_UTC = True
CELERY_TIMEZONE = 'Etc/UTC'
# tasks from and tasks to may be different addresses:
# tasks from
BROKER_URL = "redis://myserver.ru:6379//"
# tasks to
CELERY_RESULT_BACKEND = "redis"
CELERY_REDIS_HOST = "myserver.ru"
CELERY_REDIS_PORT = 6379
Комментариев нет:
Отправить комментарий