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 7cf6247 commit 41adeabCopy full SHA for 41adeab
packages/consts/src/consts.ts
@@ -346,6 +346,7 @@ export const ACTOR_ENV_VARS = {
346
MAX_PAID_DATASET_ITEMS: 'ACTOR_MAX_PAID_DATASET_ITEMS',
347
MAX_TOTAL_CHARGE_USD: 'ACTOR_MAX_TOTAL_CHARGE_USD',
348
MEMORY_MBYTES: 'ACTOR_MEMORY_MBYTES',
349
+ RESTART_ON_ERROR: 'ACTOR_RESTART_ON_ERROR',
350
PERMISSION_LEVEL: 'ACTOR_PERMISSION_LEVEL',
351
RUN_ID: 'ACTOR_RUN_ID',
352
STANDBY_PORT: 'ACTOR_STANDBY_PORT',
0 commit comments