# What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Rares Mardare <rares.mardare@grafana.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joey Orlando <joey.orlando@grafana.com> Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com> Co-authored-by: Yulia Shanyrova <yulia.shanyrova@grafana.com> Co-authored-by: Ildar Iskhakov <Ildar.iskhakov@grafana.com>
12 lines
156 B
Python
12 lines
156 B
Python
class ActionSource:
|
|
(
|
|
SLACK,
|
|
WEB,
|
|
PHONE,
|
|
TELEGRAM,
|
|
) = range(4)
|
|
|
|
|
|
TASK_DELAY_SECONDS = 1
|
|
|
|
NEXT_ESCALATION_DELAY = 5
|