Cache Page Manager: Add Queue
Features
- Administration interface
Screens
- Queue (string, required field, maximum length: 50) : Indicates the identifier of the queue responsible for generating the page. The same queue can have different configurations on different servers
- Maximum number of errors (integer, required field, default value: 0) : numeric. Mandatory field. Number of consecutive errors that changes the status of a page cache to: "Updated with Error".
- Priority decrement per error (integer, required field, default value: 500) : Amount by which the priority is reduced when an error occurs during generation.
- On-demand only (boolean, required field, default value: true) : If checked, indicates that caches belonging to this queue should be generated only if requested by some access.
- Delete outdated files (boolean, required field, default value: true) : Indicates whether files related to outdated caches should be deleted.
- Shadow cache (boolean, required field, default value: false) : Indicates if Shadow Cache should be used for caches belonging to this queue serving the last generated page while regenerating the page.
- Isolated (boolean, required field, default value: false) : If checked, indicates that the page caches associated with the queue will be generated only by the threads allocated to it (defined in the Generator Profile) and will not use idle threads associated with other generators.
- Error wait (s) (integer, required field, default value: 60) : Indicates the amount, in seconds, of time to be considered in the wait time calculation between cache generations when an error occurs. The wait interval calculation is: number of errors * wait for error.
- Included in automatic bulk operations (boolean, required field, default value: true) : Indicates whether this queue will be included in bulk expiration operations.
Permissions
- Edit service instance content: Allows managing all data of this service instance with publisher profile.
Actions
- commit