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
Is your feature request related to a problem? Please describe.
When the minimum Python version moves from Python 3.8 to 3.9, the cancel_futures parameter to concurrent.futures.ThreadPoolExecutor will become available. That should be added onto all ThreadPoolExecutor shutdowns, which should make Parsl shutdown happen faster/with less stuff happening.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When the minimum Python version moves from Python 3.8 to 3.9, the
cancel_futures
parameter to concurrent.futures.ThreadPoolExecutor will become available. That should be added onto all ThreadPoolExecutor shutdowns, which should make Parsl shutdown happen faster/with less stuff happening.The text was updated successfully, but these errors were encountered: