I have created a SDK microservices in that I have written cron job that cron job execute after 1 min of interval and after every one min interval It call two service parallelly. In my local its working fine but when I deployed it to C8Y both service are not getting called, very first time its call both services from second time its calling only one service.