File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/apify_client/clients/resource_clients Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 18
18
if TYPE_CHECKING :
19
19
from decimal import Decimal
20
20
21
+
21
22
class RunClient (ActorJobBaseClient ):
22
23
"""Sub-client for manipulating a single Actor run."""
23
24
@@ -151,10 +152,10 @@ def resurrect(
151
152
uses the same memory limit as before.
152
153
timeout_secs: New timeout for the resurrected run, in seconds. By default, the resurrected run uses the
153
154
same timeout as before.
154
- max_items: Maximum number of items that the resurrected pay-per-result run will return. By default, the resurrected run
155
- uses the same limit as before. Limit can be only increased.
156
- max_total_charge_usd: Maximum cost for the resurrected pay-per-event run in USD. By default, the resurrected run
157
- uses the same limit as before. Limit can be only increased.
155
+ max_items: Maximum number of items that the resurrected pay-per-result run will return. By default, the
156
+ resurrected run uses the same limit as before. Limit can be only increased.
157
+ max_total_charge_usd: Maximum cost for the resurrected pay-per-event run in USD. By default, the
158
+ resurrected run uses the same limit as before. Limit can be only increased.
158
159
159
160
Returns:
160
161
The Actor run data.
You can’t perform that action at this time.
0 commit comments