Any scheduled tasks added to ScheduledTaskRegistrar manually using methods such as addCronTask are not instrumented.
Instrumentation is only done to method variants annotated with @Scheduled.
Would you be interested to add any kind of support for observing manually added tasks?
Thanks.
Any scheduled tasks added to
ScheduledTaskRegistrarmanually using methods such asaddCronTaskare not instrumented.Instrumentation is only done to method variants annotated with
@Scheduled.Would you be interested to add any kind of support for observing manually added tasks?
Thanks.