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
events = htcondor.JobEventLog(logfile_name)
for event in events.events(timeout):
# look at event.type to determine what type of event it is
# event.type is one of JobEventType enum
# of interest: SUBMIT, EXECUTE, JOB_TERMINATED
# failures: EXECUTABLE_ERROR, JOB_HELD, SHADOW_EXCEPTION
# when using late materialization : CLUSTER_SUBMIT, CLUSTER_REMOVE, FACTORY_PAUSED, FACTORY_RESUMED
Via the bindings, of course - looks like
htcondor.read_events
is the right function.The text was updated successfully, but these errors were encountered: