Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airflow-core/src/airflow/dag_processing/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class DagFileProcessorManager(LoggingMixin):
over again, but no more often than the specified interval.

:param max_runs: The number of times to parse each file. -1 for unlimited.
:param bundles_names_to_parse: List of bundle names to parse. If None, all bundles are parsed.
:param bundle_names_to_parse: List of bundle names to parse. If None, all bundles are parsed.
:param processor_timeout: How long to wait before timing out a DAG file processor
"""

Expand Down