From 384984a179bc9b716ec92c8bc56f4227263aee41 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sun, 9 Jun 2019 16:20:11 +0800 Subject: [PATCH] edited config.py --- crawlab/config/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crawlab/config/config.py b/crawlab/config/config.py index b01810ef..da185c57 100644 --- a/crawlab/config/config.py +++ b/crawlab/config/config.py @@ -32,11 +32,6 @@ CELERY_TIMEZONE = 'Asia/Shanghai' # 是否启用UTC CELERY_ENABLE_UTC = True -# Celery Scheduler Redis URL -CELERY_BEAT_SCHEDULER = 'utils.redisbeat.RedisScheduler' -CELERY_REDIS_SCHEDULER_URL = 'redis://localhost:6379' -CELERY_REDIS_SCHEDULER_KEY = 'celery:beat:order_tasks' - # flower variables FLOWER_API_ENDPOINT = 'http://localhost:5555/api'