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 1818if TYPE_CHECKING :
1919 from decimal import Decimal
2020
21+
2122class RunClient (ActorJobBaseClient ):
2223 """Sub-client for manipulating a single Actor run."""
2324
@@ -151,10 +152,10 @@ def resurrect(
151152 uses the same memory limit as before.
152153 timeout_secs: New timeout for the resurrected run, in seconds. By default, the resurrected run uses the
153154 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.
158159
159160 Returns:
160161 The Actor run data.
You can’t perform that action at this time.
0 commit comments