Configuration options for the StellatePlugin.
stringThe Stellate service name, i.e. <service-name>.stellate.sh
stringThe Stellate Purging API token. For instructions on how to generate the token, see the Stellate docs
PurgeRule[]An array of PurgeRule instances which are used to define how the plugin will respond to Vendure events in order to trigger calls to the Stellate Purging API.
number2000When events are published, the PurgeRules will buffer those events in order to efficiently batch requests to the Stellate Purging API. You may wish to change the default, e.g. if you are running in a serverless environment and cannot introduce pauses after the main request has completed.
booleanfalseWhen set to true, calls will not be made to the Stellate Purge API.
booleanfalseIf set to true, the plugin will log the calls that would be made to the Stellate Purge API. Note, this generates a lot of debug-level logging.