mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
Fix celery module import in comments. (#1474)
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ WARNING_MSG = None
|
||||
# Example:
|
||||
class CeleryConfig(object):
|
||||
BROKER_URL = 'sqla+sqlite:///celerydb.sqlite'
|
||||
CELERY_IMPORTS = ('caravel.tasks', )
|
||||
CELERY_IMPORTS = ('caravel.sql_lab', )
|
||||
CELERY_RESULT_BACKEND = 'db+sqlite:///celery_results.sqlite'
|
||||
CELERY_ANNOTATIONS = {'tasks.add': {'rate_limit': '10/s'}}
|
||||
CELERY_CONFIG = CeleryConfig
|
||||
|
||||
Reference in New Issue
Block a user