eastern-cyan
eastern-cyan3y ago

How can I set actor timeout?

I want to set actor timeout to 180seconds, I can set it through web options (see screenshot), but how can I do this via api?
No description
2 Replies
HonzaS
HonzaS3y ago
via api you can specify timeout in the post request https://docs.apify.com/api/v2/#/reference/actors/run-collection/run-actor or here if you want to specify default timeout https://docs.apify.com/api/v2/#/reference/actors/actor-object/update-actor
eastern-cyan
eastern-cyanOP3y ago
Thanks! This helped! I added &timeout=180 param.

Did you find this page helpful?