Avoid Queueable Without Finalizer

< 1 min read

Impact Area

Manageability

Severity

Medium

Affected Element

Apex Class

Rule ID #

SF-AVOID-QUEUEABLE-WITHOUT-FINALIZER

Impact #

Without a Finalizer, failures in Queueable actions cannot be recovered, leading to unhandled errors and potential system issues.

Remediation #

Attach a Finalizer in the execute method using System.attachFinalizer(Finalizer f) to enable robust error handling.

Time to fix

30 min

Updated on March 21, 2025
Table of contents
Was it helpful ?