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
Close two of the zmq pipes at HighThroughputExecutor shutdown (#3525)
This reduces the number of file descriptors left open at the end of
pytest parsl/tests/test_htex --config local from 372 fds to 131 fds.
This PR does not close the incoming_q ZMQ pipe. A companion PR will
close that pipe as part of bigger work to shut down the result management
thread, which otherwise continues to use the incoming_q pipe even after
shutdown.
0 commit comments