Skip to content

Commit 9391125

Browse files
committed
Update docs
1 parent 267762b commit 9391125

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/custom-actions.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ By checking the *Queued* checkbox when creating a Custom Action, Webhook.site wi
105105
This is useful when:
106106

107107
* a Webhook.site URL should respond quickly, but a Custom Actions flow takes a long time to run. For example, if a Webhook.site URL should respond in 5 seconds, but an endpoint with a HTTP Request action that responds in 10 seconds is called, you can queue the HTTP Request action so it's run in the background queue.
108-
* a Custom Actions flow takes longer than 30 seconds to run. As Webhook.site's timeout for Webhook.site URLs is 30 seconds, to run flows longer than that, you can mark the action as Queued to let it run for up to 120 seconds.
108+
* a Custom Actions flow takes longer than 30 seconds to run. As Webhook.site's timeout for Webhook.site URLs is 30 seconds, to run flows longer than that, you can mark the action as Queued to let it run for up to 120 seconds, or 300 seconds for Enterprise subscribers.
109109

110110
Additionally, you can specify an amount of seconds to wait until the action is executed. To do this, enter an amount of seconds in the Seconds textbox next to the Queue checkbox.
111111

@@ -115,7 +115,7 @@ As the queued action will inherit the execution scope *up until* the action, the
115115
* Variables defined in non-queued actions ordered *before* the queued action will be available to the action.
116116
* If several consecutive actions are marked as queued, and their delay is identical, they are considered a group and will pass variables and execute in order.
117117
* The amount of time until the queued actions are executed can vary by a few seconds.
118-
* Groups of queued actions have a total timeout of 120 seconds, at which the execution will be terminated.
118+
* Groups of queued actions have a total timeout of 120 seconds (300 seconds for Enterprise subscribers), at which the execution will be terminated.
119119

120120
## Replay
121121

docs/news.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Subscribe below to receive updates about improvements and new features on Webhoo
2424
</form>
2525
</div>
2626

27+
## 22 January 2026
28+
29+
* For Webhook.site Enterprise subscribers, the maximum timeout for [Queued Actions](/custom-actions.html#queued-actions) has been raised to 300 seconds.
30+
2731
## 21 January 2026
2832

2933
* Webhook.site Enterprise subscribers can now [configure a request limit for URLs up to 100.000](https://simonfredsted.com/share/shared-image-2026-01-21-18-16-45-5toeI.png). The default remains at 10.000.

0 commit comments

Comments
 (0)