Skip to content
Home » Apex » Async Apex

Async Apex

Any type of asynchronous Apex execution. Talking about Future, Batch, Queueable and more and utilising these features to help with complex processes.

Apex Architecture Async Apex Bear Profile Bear Trap Alert Enterprise Patterns GitHub LWC Namespace Packages Performance Testing Triggers Utils

Shuttle

Async Apex Job

TL; DR; Unified Async Apex base class to execute batch record processing asynchronously without having to worry (too much) about limits and how it actually executes. Intended for simpler jobs in order to ease off the pressure on trigger handlers rather than true big-batch tasks. Just keep calling executeAsync and let… Read More »Async Apex Job

Apex Architecture Async Apex Bear Profile Bear Trap Alert Enterprise Patterns GitHub LWC Namespace Packages Performance Testing Triggers Utils