Commits
Click on a commit to change the comparison rangefix(workers): prevent uvloop from setting global event loop policy in healthcheck
uvicorn ā¤0.35.0 with uvloop installed sets a global uvloop.EventLoopPolicy()
when starting, which breaks subprocess spawning when a SelectorEventLoop is
used (uvloop's policy doesn't implement get_child_watcher()).
This adds loop="asyncio" to the healthcheck uvicorn config to prevent this,
and updates settings access to use the new get_current_settings() pattern.
Fixes #19658
š¤ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>11 hours ago
by zzstoatzz