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 00260e9 commit ef982b5Copy full SHA for ef982b5
src/apify_client/clients/resource_clients/task.py
@@ -32,13 +32,13 @@ def get_task_representation(
32
max_items: int | None = None,
33
memory_mbytes: int | None = None,
34
timeout_secs: int | None = None,
35
- restart_on_error: bool | None = None,
36
title: str | None = None,
37
actor_standby_desired_requests_per_actor_run: int | None = None,
38
actor_standby_max_requests_per_actor_run: int | None = None,
39
actor_standby_idle_timeout_secs: int | None = None,
40
actor_standby_build: str | None = None,
41
actor_standby_memory_mbytes: int | None = None,
+ restart_on_error: bool | None = None,
42
) -> dict:
43
"""Get the dictionary representation of a task."""
44
return {
0 commit comments