Skip to content

Commit

Permalink
chore: fix broken link to Celery worker docs (apache#25160)
Browse files Browse the repository at this point in the history
  • Loading branch information
wAVeckx authored and Darwin Subramaniam committed Sep 7, 2023
1 parent aedaeef commit f96c50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ class D3Format(TypedDict, total=False):

# Default celery config is to use SQLA as a broker, in a production setting
# you'll want to use a proper broker as specified here:
# http://docs.celeryproject.org/en/latest/getting-started/brokers/index.html
# https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/index.html


class CeleryConfig: # pylint: disable=too-few-public-methods
Expand Down

0 comments on commit f96c50d

Please sign in to comment.