Skip to content

Commit

Permalink
Merge pull request #2464 from grafana/chore/status-aborted-by-limit
Browse files Browse the repository at this point in the history
Add aborted by limit status
  • Loading branch information
olegbespalov authored Mar 29, 2022
2 parents 1b8238e + f410cdd commit 0b71443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/run_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ const (
RunStatusAbortedSystem RunStatus = 6
RunStatusAbortedScriptError RunStatus = 7
RunStatusAbortedThreshold RunStatus = 8
RunStatusAbortedLimit RunStatus = 9
)

0 comments on commit 0b71443

Please sign in to comment.