Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Jan 9, 2025
1 parent dc35ce5 commit eb8f3d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/custom-actions.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,8 @@ If the filter matches more than 50 requests, a warning will be shown.
<a href="/images/replay.png">
![Custom Actions Replay screenshot](/images/replay.png)</a>

In this example above, an invalid port was set for a Database action. After correcting it, it's possible to run the action again. You can use the same [Search Query language](/api/requests.html#search-query-examples) to filter which specific requests should have their actions replay.

Existing action output stored on a request is overwritten by the replay action output.

Actions that are marked as queued will also be run as queued when replayning actions.
Actions that are marked as queued will also be run as queued when replaying actions.

While Webhook.site starts processing oldest requests first, actinos are run in batches and execution order is not strictly guaranteed.
While Webhook.site starts processing oldest requests first, actions are run in batches and execution order is not guaranteed.

0 comments on commit eb8f3d3

Please sign in to comment.