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
This was introduced in PR #2965 to help debug ZMQ hangs.
PR #3709 changed this loop to run every poll period (by default,
every 10ms) rather than every result message.
That turns this log line into a huge source of log noise/volume.
This PR removes that log line - ZMQ debugging must proceed without
it.
parsl.log size from:
pytest parsl/tests/ --config parsl/tests/configs/htex_local.py
before this PR: 7 megabytes
after this PR: 2 megabytes
0 commit comments