Skip to content

Commit 5e2cea0

Browse files
algolia-botmillotp
andcommitted
fix(specs): update run reason in observability (generated)
algolia/api-clients-automation#5623 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent 5b79591 commit 5e2cea0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

algoliasearch/src/main/java/com/algolia/model/ingestion/RunReasonCode.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,21 @@
1313
public enum RunReasonCode {
1414
INTERNAL("internal"),
1515

16+
CANCELLED("cancelled"),
17+
1618
CRITICAL("critical"),
1719

1820
NO_EVENTS("no_events"),
1921

2022
TOO_MANY_ERRORS("too_many_errors"),
2123

24+
LACKING_EVENTS("lacking_events"),
25+
2226
OK("ok"),
2327

24-
DISCARDED("discarded"),
28+
BLOCKING("blocking"),
2529

26-
BLOCKING("blocking");
30+
IDLE("idle");
2731

2832
private final String value;
2933

algoliasearch/src/main/java/com/algolia/model/ingestion/RunStatus.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ public enum RunStatus {
1212

1313
STARTED("started"),
1414

15-
IDLED("idled"),
16-
1715
FINISHED("finished"),
1816

1917
SKIPPED("skipped");

0 commit comments

Comments
 (0)