ScheduledTransactionTrace
ERROR
LikelyError
Summary
Scheduled operation must start a new New Relic transaction
Suppression
Suppress false positives by adding the suppression annotation
@SuppressWarnings("ScheduledTransactionTrace")
to the enclosing element.Disable this pattern completely by adding
-Xep:ScheduledTransactionTrace:OFF
as compiler argument. Learn more.