You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can’t honestly remember why we didn’t just require psutil. psutil has been available on windows from PyPI at least as long as taskgraph has, so I doubt it’s an installation issue.
But also, the right thing to do for taskgraph should be to allow the user to define whether they want processes to be nice’d instead of changing behavior based on the available imports. So instead, I’d suggest that we require psutil at install time and then maybe allow the user to define (probably at Graph creation) whether they want to assign a process priority. If not, the priority should be inherited from the spawning process.
The text was updated successfully, but these errors were encountered:
@phargogh said on slack:
The text was updated successfully, but these errors were encountered: