Skip to content
Scheduler

Scheduler

Welcome to the Job Scheduler section of the Breezz documentation.

The Breezz Job Scheduler is a powerful tool designed to handle background processing in Salesforce. It bridges the gap between declarative configuration and Apex execution, allowing administrators and developers to manage scheduled jobs directly from the user interface.

Explore the topics below to configure and manage your scheduled tasks:

  • Core Concepts & Configuration: Understand the foundational architecture, execution lifecycle, and operational mechanisms of the Breezz Job Scheduler. Set up the core scheduler, define execution intervals, manage security contexts, and write targeted SOQL queries.
  • Custom Jobs: Build and register custom scheduled jobs tailored to your specific business requirements using framework interfaces.
  • Scheduler Examples: Create scheduled job step by step.
  • Best Practices: Recommended guidelines for optimizing batch scope sizes, managing governor limits, and ensuring resilient background execution.

💡 Apex API Reference: Looking for programmatic class interfaces (SchedulerJobInfo, SchedulerQueueable, or SchedulerBatch)? Check out the Breezz APEX API - Scheduler.