You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/actors/development/programming_interface/environment_variables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ Here's a table of key system environment variables:
50
50
|`ACTOR_INPUT_KEY`| Key of the record in the default key-value store that holds the [Actor input](/platform/actors/running/input-and-output#input). |
51
51
|`ACTOR_MAX_PAID_DATASET_ITEMS`| For paid-per-result Actors, the user-set limit on returned results. Do not exceed this limit. |
52
52
|`ACTOR_MAX_TOTAL_CHARGE_USD`| For pay-per-event Actors, the user-set limit on run cost. Do not exceed this limit. |
53
+
|`ACTOR_RESTART_ON_ERROR`| If **1**, the Actor run will be restarted if it fails. |
53
54
|`APIFY_HEADLESS`| If **1**, web browsers inside the Actor should run in headless mode (no windowing system available). |
54
55
|`APIFY_IS_AT_HOME`| Contains **1** if the Actor is running on Apify servers. |
55
56
|`ACTOR_MEMORY_MBYTES`| Size of memory allocated for the Actor run, in megabytes. Can be used to optimize memory usage or finetuning of low-level external libraries. |
0 commit comments