Hi ,As per one our project requirement we have execute some peace code
Automatically every year on Jan-1. We can implement this in AEM using
Sling-schedulers. But as per our understanding if Any sling-scheduler is
configured , A separate thread (For each scheduled-event) run allays on
back end to check whether Trigger time for this scheduled event is
reached and will execute code. In Our view this , this will have impact
on Performance Of AEM (since thread corresponding to this scheduled
event w...