- Issue created by @kevinb623
- last update
about 1 year ago 4 pass - @kevinb623 opened merge request.
In our environment, content edit tickets often lead to hundreds of node paths in the Purge queue. Processing only 100 queued paths at a time is less efficient given that CloudFront has a limit of 3,000 active invalidations at a time.
The Varnish purger β module already implements a user configurable value for max requests that allows users to configure a value other than 100 without impacting the dynamically calculated capacity.
Test patch
Adds a "Max Requests" field to the Purger configuration screen, with a limit of 3,000.
None.
Addition of a max_requests key in the existing cloudfront_purger.settings data.
Active
2.0
Code