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
Seeing the following exceptions on a Windows machine with 64 cores when running trailrunner via ufmt:
ValueError: need at most 63 handles, got a sequence of length 63
Setting max_workers=X where X < 60 seems to be a solution, but should verify that setting max_workers=60 doesn't mean we spawn 60 child processes even if there are fewer jobs to complete.
The text was updated successfully, but these errors were encountered:
Seeing the following exceptions on a Windows machine with 64 cores when running trailrunner via ufmt:
Setting
max_workers=X
where X < 60 seems to be a solution, but should verify that settingmax_workers=60
doesn't mean we spawn 60 child processes even if there are fewer jobs to complete.The text was updated successfully, but these errors were encountered: