Skip to content

Commit 812e29e

Browse files
committed
feat(integrations): Update info about timeout
1 parent 28bdf69 commit 812e29e

File tree

1 file changed

+2
-2
lines changed
  • sources/platform/integrations/workflows-and-notifications

1 file changed

+2
-2
lines changed

sources/platform/integrations/workflows-and-notifications/make.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ We have two methods to run an Actor or task and retrieve its data in Make.com, d
4949
- **Asynchronous run using the trigger module**
5050

5151
:::info
52-
Make.com imposes a hard timeout of 5 minutes for synchronous runs. If the Actor or task takes longer than 5 minutes to complete, the data will not be fully returned.
53-
If you anticipate that the Actor run will exceed 5 minutes, use the asynchronous method with a trigger module instead.
52+
Make.com imposes a hard timeout for synchronous runs, the timeout varies based on your plan. If the Actor or task takes longer than the timeout to complete, the data will not be fully returned.
53+
If you anticipate that the Actor run will exceed the timeout, use the asynchronous method with a trigger module instead.
5454
:::
5555

5656
The primary difference between the two methods is that the synchronous run waits for the Actor or task to finish and retrieves its output using the "Get Dataset Items" module. By contrast, the asynchronous run watches for the run of an Actor or task (which could have been triggered from another scenario, manually from Apify console or elsewhere) and gets its output once it finishes.

0 commit comments

Comments
 (0)