This project is not covered by Drupal’s security advisory policy.
Minimises the amount of outbound requests by bundling them in 1 request every 10 minutes (for now).
Use-case
Let's say you have a static website that builds every time content changes in Drupal. This module makes sure only 1 build request will be sent in a given period. This minimises the amount of builds that eventually will not be used.
Installation requirements
Due to a dependency on the Webhooks module you have to either install it manually before installing this module
composer require 'drupal/webhooks:^3.0@alpha'
Or change the minimum stability to alpha in the composer.json if your project
{
"minimum-stability": "alpha"
}
On the roadmap
- Enabling/Disabling for each independent webhook
- The ability to configure a threshold for each webhook
Supporting organizations:
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Import and export, Automation, Integrations
- Ecosystem: Webhooks
3 sites report using this module
- Created by yoerioptr on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
