Skip to content

Commit

Permalink
More event types
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-McNab-UK committed Mar 12, 2024
1 parent 01af654 commit 4f83114
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions modules/events_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
105,
'Workflow marked finished by user '),

# Workflow / stage / file events in Finder
# Workflow/stage/file/replica set-up/finish events in Finder
('FILE_ADDED',
201,
'File added to first stage by Finder'),
Expand All @@ -59,11 +59,14 @@
('REPLICA_STAGING_CANCELLED ',
205,
'Replica staging cancelled by Finder'),
('WORKFLOW_FINISHED_BY_FINDER',
('WORKFLOW_STARTED_BY_FINDER',
206,
'Finder starts the workflow running'),
('WORKFLOW_FINISHED_BY_FINDER',
207,
'Workflow marked finished by Finder'),

# Job events
# Job-level events
('JOB_SUBMITTED',
301,
'Job submitted by factory'),
Expand Down Expand Up @@ -98,7 +101,7 @@
311,
'Job stalls as absent from HTCondor'),

# File events during running
# File-level events during running
('FILE_ALLOCATED',
401,
'File allocated to job'),
Expand Down

0 comments on commit 4f83114

Please sign in to comment.