Hi @aaqibk92586681 , Whatever @arunpatidar suggested should help.However, the use case you mentioned only needs a service (DoSomethingService) & a scheduler(MyScheduler that invokes DoSomething.doing()) which uses the service at given frequency according to CRON expression.But, incase you also need ...