Hi All,
My wesite works from 9:30 AM to 11:30 PM, I want that my process will only run in between the time duration only.
So I use schedular that starts at 9:35 AM and ends at 11:30 PM.
But sometimes a chain of unused scedular will get build which run trigger the website even after 11:30 PM which regarded as a failure case.
So I want to add a check - functionality in my code which first check the time "If the time is in between 9:30 AM to 11:30 PM" the process will run else will get failed.
Please help me in coding of this scenerio.
Regards,
Shreashth Sahu