Skip to content

Commit 19dd1df

Browse files
committed
remove default timeout value table
1 parent 89acf59 commit 19dd1df

File tree

1 file changed

+0
-32
lines changed
  • sources/platform/actors/development/builds_and_runs

1 file changed

+0
-32
lines changed

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

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,3 @@ The run receives input via the `INPUT` record of its default [key-value store](.
2727
## Run duration and timeout
2828

2929
Actor runs can be short or long-running. To prevent infinite runs, you can set a timeout. The timeout is specified in seconds, and the default timeout varies based on the template from which you create your Actor. 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)