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
Before this PR, this thread stays running forever, until it is terminated
by Python process exit.
After this PR, this thread polls an flag once per second, then properly
closes the ZMQ socket that it is using.
pytest parsl/tests/test_monitoring/ --config local
Before this PR, at end of test: 32 threads, 451 fds open.
After this PR, at end of test: 1 thread, 48 fds open.
0 commit comments