Skip to content

Commit 41adeab

Browse files
authored
feat: add restart on error env var (#546)
1 parent 7cf6247 commit 41adeab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/consts/src/consts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ export const ACTOR_ENV_VARS = {
346346
MAX_PAID_DATASET_ITEMS: 'ACTOR_MAX_PAID_DATASET_ITEMS',
347347
MAX_TOTAL_CHARGE_USD: 'ACTOR_MAX_TOTAL_CHARGE_USD',
348348
MEMORY_MBYTES: 'ACTOR_MEMORY_MBYTES',
349+
RESTART_ON_ERROR: 'ACTOR_RESTART_ON_ERROR',
349350
PERMISSION_LEVEL: 'ACTOR_PERMISSION_LEVEL',
350351
RUN_ID: 'ACTOR_RUN_ID',
351352
STANDBY_PORT: 'ACTOR_STANDBY_PORT',

0 commit comments

Comments
 (0)