Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
noc
Commits
15cef863
Commit
15cef863
authored
May 06, 2020
by
Andrey Vertiprahov
Browse files
Fix black.
parent
ab0d106c
Pipeline
#22737
passed with stages
in 23 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
services/escalator/escalation.py
View file @
15cef863
...
...
@@ -128,7 +128,7 @@ def escalate(alarm_id, escalation_id, escalation_delay, login="correlator", *arg
Job
.
retry_after
(
get_next_retry
(),
"Escalation limit exceeded (%s/%s). Skipping"
%
(
ae
,
config
.
escalator
.
tt_escalation_limit
)
%
(
ae
,
config
.
escalator
.
tt_escalation_limit
)
,
)
return
# Check whether consequences has escalations
...
...
Dmitry Volodin
@dv
mentioned in commit
811d5d98
·
May 06, 2020
mentioned in commit
811d5d98
mentioned in commit 811d5d985782976a7398603c84e6225b9a6207ea
Toggle commit list
Andrey Vertiprahov
@aversant
mentioned in merge request
!3585 (merged)
·
May 06, 2020
mentioned in merge request
!3585 (merged)
mentioned in merge request !3585
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment