Avoid duplicate queueable jobs

< 1 min read

Impact Area

Scalability

Severity

Medium

Affected Element

Apex Class

Rule ID #

SF-AVOID-DUPLICATE-QUEUEABLE-JOB

Impact #

Duplicate queueable jobs can cause race conditions and record locking.

Remediation #

Use the QueueableDuplicateSignature class (review this docs) methods addId()addInteger(), and addString() to build a unique signature for your queueable job.

Time to fix #

15 min

Updated on March 21, 2025
Was it helpful ?