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 ef982b5 commit e31e18bCopy full SHA for e31e18b
src/apify_client/clients/resource_clients/task.py
@@ -111,9 +111,9 @@ def update(
111
in the task settings.
112
timeout_secs: Optional timeout for the run, in seconds. By default, the run uses timeout specified
113
114
- task_input: Task input dictionary.
115
restart_on_error: If true, the Task run process will be restarted whenever it exits with
116
a non-zero status code.
+ task_input: Task input dictionary.
117
title: A human-friendly equivalent of the name.
118
actor_standby_desired_requests_per_actor_run: The desired number of concurrent HTTP requests for
119
a single Actor Standby run.
0 commit comments