This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 788fdc41c32 update broken link (#56862)
788fdc41c32 is described below
commit 788fdc41c32fdaafc2834458cbdb29882d9773de
Author: Kalyan R <[email protected]>
AuthorDate: Mon Oct 20 10:21:02 2025 +0530
update broken link (#56862)
---
providers/celery/src/airflow/providers/celery/cli/celery_command.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/providers/celery/src/airflow/providers/celery/cli/celery_command.py
b/providers/celery/src/airflow/providers/celery/cli/celery_command.py
index 5a79d260e86..6ab63810870 100644
--- a/providers/celery/src/airflow/providers/celery/cli/celery_command.py
+++ b/providers/celery/src/airflow/providers/celery/cli/celery_command.py
@@ -256,7 +256,7 @@ def worker(args):
options.extend(["--pool", pool])
# Celery pools of type eventlet and gevent use greenlets, which
# requires monkey patching the app:
- # https://eventlet.net/doc/patching.html#monkey-patch
+ #
https://eventlet.readthedocs.io/en/latest/patching.html#monkeypatching-the-standard-library
# Otherwise task instances hang on the workers and are never
# executed.
maybe_patch_concurrency(["-P", pool])