Avoid Async scheduling or queueing Operation In Loop.

Impact area

Manageability

Severity

Low

Affected element

Apex Class

Rule ID

SF-AVOID-ASYNC-IN-LOOP

Impact

Sync scheduling or queueing Operation inside loops can cause you to hit the governor limit.

Remediation

Try to batch up the data into a list and invoke your async processes once on that list of data outside the loop.

Time to fix

60 min




Last modified on Nov 17, 2023