jscheffl commented on code in PR #38222: URL: https://github.com/apache/airflow/pull/38222#discussion_r1527616335
########## docs/apache-airflow/administration-and-deployment/priority-weight.rst: ########## @@ -62,3 +62,17 @@ Below are the weighting methods. By default, Airflow's weighting method is ``dow The ``priority_weight`` parameter can be used in conjunction with :ref:`concepts:pool`. + +Custom Weight Rule +------------------ +Since 2.9.0, you can implement your own custom weighting method by extending the ``PriorityWeightStrategy`` class and Review Comment: I believe the fully structured marker is: ```suggestion .. versionadded:: 2.9.0 |experimental| You can implement your own custom weighting method by extending the ``PriorityWeightStrategy`` class and ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org