Skip to content

Commit 1233bba

Browse files
committed
add table with default timeout values for Actor templates
1 parent 0914c4c commit 1233bba

File tree

1 file changed

+33
-1
lines changed
  • sources/platform/actors/development/builds_and_runs

1 file changed

+33
-1
lines changed

sources/platform/actors/development/builds_and_runs/runs.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,36 @@ The run receives input via the `INPUT` record of its default [key-value store](.
2626

2727
## Run duration and timeout
2828

29-
Actor runs can be short or long-running. To prevent an indefinite runs, you can set a timeout. The timeout is specified in seconds and defaults to 300 seconds. If the run doesn't finish within the timeout, it's automatically stopped, and its status is set to `TIMED-OUT`.
29+
Actor runs can be short or long-running. To prevent an indefinite runs, you can set a timeout. The timeout is specified in seconds and varies between Actor templates. If the run doesn't finish within the timeout, it's automatically stopped, and its status is set to `TIMED-OUT`.
30+
31+
Depending on the template used for your Actor, the default timeout values may differ.
32+
33+
| Template name | Default timeout value in seconds |
34+
|:---|:---|
35+
| Scrapy | 3600 |
36+
| Start with Python | 3600 |
37+
| BeautifulSoup | 3600 |
38+
| Playwright + Chrome | 3600 |
39+
| Selenium + Chrome | 3600 |
40+
| Empty Python project | 3600 |
41+
| Standby Python project | 3600 |
42+
| Crawlee + BeautifulSoup | 3600 |
43+
| Crawlee + Playwright + Chrome | 3600 |
44+
| Start with JavaScript | 360 |
45+
| Start with TypeScript | 360 |
46+
| Crawlee + Cheerio | 3600 |
47+
| Crawlee + Puppeteer + Chrome | 3600 |
48+
| Crawlee + Playwright + Chrome | 3600 |
49+
| Bootstrap CheerioCrawler | 3600 |
50+
| Crawlee + Cheerio | 3600 |
51+
| Crawlee + Puppeteer + Chrome | 3600 |
52+
| Crawlee + Playwright + Chrome| 3600 |
53+
| Playwright + Chrome Test Runner | 3600 |
54+
| Empty Typescript project | 3600 |
55+
| Standby Typescript project | 3600 |
56+
| Cypress | 3600 |
57+
| Empty JavaScript project | 3600 |
58+
| Standby JavaScript project | 3600 |
59+
| LangChain | 3600 |
60+
| Start with TypeScript on Bun | 360 |
61+

0 commit comments

Comments
 (0)