Skip to content

Commit

Permalink
Update async-queries-celery.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley committed Sep 25, 2023
1 parent 9107e1e commit 094ad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/installation/async-queries-celery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ and web server processes should have the same configuration.
class CeleryConfig(object):
broker_url = "redis://localhost:6379/0"
imports = (
"superset.sql_lab',
"superset.sql_lab",
"superset.tasks.scheduler",
)
result_backend = "redis://localhost:6379/0"
Expand Down

0 comments on commit 094ad15

Please sign in to comment.