Solved
Will AEM scheduler keep on doing its job after redeployment(no change in scheduler code) and after server restart?
No text available
Yes.
Scheduler is nothing but just another OSGi service. You can look at it just like a servlet in this case, when we push code changes and then deploy, even if the server restarts, the servlets start running as soon as the bundle is active.
Same with schedulers.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.