jedcunningham commented on code in PR #48218: URL: https://github.com/apache/airflow/pull/48218#discussion_r2011168342
########## newsfragments/48218.significant.rst: ########## Review Comment: We should probably get a ruff rule for this as well, could you add a migration rules section to this so those folks can make sure that gets done? ########## newsfragments/48218.significant.rst: ########## @@ -0,0 +1,14 @@ +Remove option for unlimited parallelism. + +Before Airflow 3.0 it was possible to set unlimited parallelism by setting it to 0. This was removed in Airflow 3.0.0. Review Comment: ```suggestion Before Airflow 3.0 it was possible to set unlimited parallelism by setting `[core] parallelism` to 0. This was removed in Airflow 3.0.0. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
