Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gwcelery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emfollow
gwcelery
Commits
4a4656be
Commit
4a4656be
authored
2 years ago
by
Brandon Piotrzkowski
Browse files
Options
Downloads
Patches
Plain Diff
Require a coincidence with EM_COINC to restart RAVEN pipeline; fixes
#490
parent
097561d3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gwcelery/tasks/external_triggers.py
+2
-1
2 additions, 1 deletion
gwcelery/tasks/external_triggers.py
with
2 additions
and
1 deletion
gwcelery/tasks/external_triggers.py
+
2
−
1
View file @
4a4656be
...
@@ -332,7 +332,8 @@ def handle_grb_igwn_alert(alert):
...
@@ -332,7 +332,8 @@ def handle_grb_igwn_alert(alert):
).
delay
()
).
delay
()
elif
alert
[
'
alert_type
'
]
==
'
label_removed
'
and
\
elif
alert
[
'
alert_type
'
]
==
'
label_removed
'
and
\
alert
[
'
object
'
].
get
(
'
group
'
)
==
'
External
'
:
alert
[
'
object
'
].
get
(
'
group
'
)
==
'
External
'
:
if
alert
[
'
data
'
][
'
name
'
]
==
'
NOT_GRB
'
:
if
alert
[
'
data
'
][
'
name
'
]
==
'
NOT_GRB
'
and
\
'
EM_COINC
'
in
alert
[
'
object
'
][
'
labels
'
]:
# if NOT_GRB is removed, re-check publishing conditions
# if NOT_GRB is removed, re-check publishing conditions
superevent_id
=
alert
[
'
object
'
][
'
superevent
'
]
superevent_id
=
alert
[
'
object
'
][
'
superevent
'
]
superevent
=
gracedb
.
get_superevent
(
superevent_id
)
superevent
=
gracedb
.
get_superevent
(
superevent_id
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment