AEM Scheduler running even if scheduler is disabled and Bundle is stopped
Hi,
I had created a custom scheduler for sending emails based on inbox tasks in aem. It was working properly until a day ago when suddenly, even if the scheduler is disabled, and the bundle is stopped, it is still somehow running and I get emails for newly created tasks. But in the project logs it shows that the scheduler has been stopped and no evidence of the code being executed. So a different scheduler is somehow still running and it is not part of this bundle?
Please let me know how I should go about fixing this issue and finding/stopping that scheduler.
Thanks.