chore: fix broken link to Celery worker docs (#25160)

This commit is contained in:
wAVeckx 2023-09-01 12:24:50 -04:00 committed by GitHub
parent 2c4629a77d
commit 1f5cec94bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ DASHBOARD_AUTO_REFRESH_INTERVALS = [
# 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