Limit frequency of invocations if the same element is saved multiple times #53
-
DescriptionIt would be very useful to define a time threshold on a per hook basis such that a webhook for a specific element one time every X seconds. This would be useful to avoid excessively re-generating a static website when using Craft CMS in headless mode where content authors are saving content a lot. |
Beta Was this translation helpful? Give feedback.
Answered by
brandonkelly
Aug 30, 2021
Replies: 1 comment
-
Webhooks 2.4.0 is out now, with a new Initial Delay setting, which you can use to spread out the execution of webhook requests. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brandonkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Webhooks 2.4.0 is out now, with a new Initial Delay setting, which you can use to spread out the execution of webhook requests.