Breezz General Settings
To configure this we need to go Breezz Setup → General Setup.
Fields Details:
Plugin Configuration:
- Base Apex Plugin - Allows to add custom Apex Class instance creator. Please provide a class name that implements BreezzPlugins.BaseApexPlugin interface.
- Feature Toggle Service - Feature Toggle Service is used to enable or disable different system functionalities. Please provide a class name that implements BreezzPlugins.FeatureToggleService interface.
Advanced Plugins Configuration:
- Async Execution Strategy Provider - Allows to add custom AsyncExecutionStrategy handlers. Please provide a class name that implements BreezzPlugins.AsyncExecutionStrategyProvider interface.
- Scheduler Interval Handler Provider - Allow to add additional Interval Handlers. Please provide a class name that implements BreezzPlugins.SchedulerCustomIntervalHandlerProvider interface.
Logs Configuration:
- Async Jobs Logs Level - Defines async requests default execution strategy.
- Logs Lifespan - Logs Lifespan in days. The system will automatically remove Logs records after a provided number of days.
Async Jobs Execution Configuration:
- Max. number of Async Jobs reprocessing - Maximal number of Async Jobs reprocessing, after reaching Max Failed Tries value Async Job will change status to Error and will require manual intervention.
- Default Async Job Queue Query Strategy - Async Job Queue Strategy defines the way how Async Job Queue will be processed.
- First try - Determines the delay in minutes when first try should be executed.
- Retry #x - Determines the delay in minutes when Retry #x should be executed.
Advanced Async Jobs Execution Configuration:
- Max. Async Limit Threshold [0%-100%] - Determines the maximal Async Apex Limit usage threshold that allows running Framework Async processes. When the limit will pass the threshold value Breezz will queue jobs without executing them.
- Add To Queue by Default - Default value for the Functional steps “Add To Queue” parameter.
- Default Async Strategy - Determines Default async strategy for Async Job processing.
- Default Async Queue Platform Event - Default Async Queue Platform Event name.
- Default Async Queue Object - Salesforce Object which will be used to store/queue Async Jobs by default.
- Default Async Delayed Queue Object - Salesforce Object which will be used to store/queue Delayed Async Jobs by default.