Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Furthering the work to use asyncio in the forking launcher #76

Open
wants to merge 6 commits into
base: unraid_develop
Choose a base branch
from

Conversation

realtyem
Copy link
Owner

First commit merges in Quentin's work from 14099.
Second commit modifies it to work with the forking launcher.

sandhose and others added 6 commits October 14, 2022 12:40
…SE_EXPERIMENTAL_FORKING_LAUNCHER in decision. Use a different ENV variable in the forking launcher so they don't clash with the variable in __init__.py. Switch out asyncio.get_event_loop() for asyncio.new_event_loop(), as the former is depreciated in newer versions of Python. Also switch out pop() for get(), as there is no reason to remove it from the environment now(plus, wouldn't this remove it so it's not evaluated in the for loop at the bottom of main() after the database prep stage?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants