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
On coffea.af.uchicago.edu, which scales to HTCondor, one debugging method that can be quite helpful is reading along with worker logs live: use a single (or multiple) workers, look up their ID in the info tab, then connect to the worker with e.g. condor_ssh_to_job 3652712.0, read along with tail -f _condor_stderr.
The text was updated successfully, but these errors were encountered:
On coffea.af.uchicago.edu, which scales to HTCondor, one debugging method that can be quite helpful is reading along with worker logs live: use a single (or multiple) workers, look up their ID in the info tab, then connect to the worker with e.g.
condor_ssh_to_job 3652712.0
, read along withtail -f _condor_stderr
.The text was updated successfully, but these errors were encountered: