We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a847e58 commit b342a80Copy full SHA for b342a80
packages/consts/src/consts.ts
@@ -55,7 +55,7 @@ export const ACTOR_JOB_TERMINAL_STATUSES = [
55
ACTOR_JOB_STATUSES.FAILED,
56
ACTOR_JOB_STATUSES.TIMED_OUT,
57
ACTOR_JOB_STATUSES.ABORTED,
58
-];
+] as const;
59
60
// NOTE: for legacy reasons these are lower-case, maybe we should migrate to upper case later.
61
// these strings are also referenced from upstart-worker.conf !
0 commit comments