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 6fb8772 commit 01588f5Copy full SHA for 01588f5
packages/consts/src/consts.ts
@@ -323,6 +323,7 @@ export const ACTOR_ENV_VARS = {
323
ID: 'ACTOR_ID',
324
INPUT_KEY: 'ACTOR_INPUT_KEY',
325
MAX_PAID_DATASET_ITEMS: 'ACTOR_MAX_PAID_DATASET_ITEMS',
326
+ MAX_TOTAL_CHARGE_USD: 'ACTOR_MAX_TOTAL_CHARGE_USD',
327
MEMORY_MBYTES: 'ACTOR_MEMORY_MBYTES',
328
RUN_ID: 'ACTOR_RUN_ID',
329
STANDBY_PORT: 'ACTOR_STANDBY_PORT',
0 commit comments