Skip to content

Commit 4523eaf

Browse files
committed
feat: add ACTOR_RESTART_ON_ERROR environment variable docs
1 parent e56c893 commit 4523eaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/platform/actors/development/programming_interface/environment_variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Here's a table of key system environment variables:
5050
| `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). |
5151
| `ACTOR_MAX_PAID_DATASET_ITEMS` | For paid-per-result Actors, the user-set limit on returned results. Do not exceed this limit. |
5252
| `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. |
5354
| `APIFY_HEADLESS` | If **1**, web browsers inside the Actor should run in headless mode (no windowing system available). |
5455
| `APIFY_IS_AT_HOME` | Contains **1** if the Actor is running on Apify servers. |
5556
| `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

Comments
 (0)