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 e31e18b commit 8e7ec1fCopy full SHA for 8e7ec1f
src/apify_client/clients/resource_clients/task.py
@@ -38,6 +38,7 @@ def get_task_representation(
38
actor_standby_idle_timeout_secs: int | None = None,
39
actor_standby_build: str | None = None,
40
actor_standby_memory_mbytes: int | None = None,
41
+ *,
42
restart_on_error: bool | None = None,
43
) -> dict:
44
"""Get the dictionary representation of a task."""
0 commit comments