GitHub user potiuk added a comment to the discussion: mp_start_method was removed via 11acefa462b6
> @kaxil sure, but mp_start_method no longer exists outside of the config. if > someone wants to use a different multiprocessing method they no longer can / > need to hack something. I discovered this looking at > https://github.com/apache/airflow/pull/54510 , where I realized another > annoyance, uvicorn also sets spawn in a way that will make it a default if it > isn't already set, so there will be more unexpected behavior there if someone > is expecting forking. Yes. Annoyances when we removed things that were never intended to be used are expected. Following what @kaxil wrote - if you feel that your case is also bothering for others and that it is worth turning that into a featire - feel free to a) discuss in devlist, and b) - ideally at the same time - make a PR to implement it. Otherwise - bite the bullet and fight with the annoyance - possibly it;s only you. I comvert it into a discussion, but if anyone wants to contribute some feature that is generic and useful enough - maybe resurrecting it from the past - opening PR is really best place to start. GitHub link: https://github.com/apache/airflow/discussions/54564#discussioncomment-14122162 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
