I have a main function which runs 7 functions in a sequence, what I want is to run the main function on every 15min interval 24x7 based on clock like 02:14:30 -> 02:29:30 -> 02:44:40 -> 02:59:30.
I tried every setInterval way, did all the addition subtraction of time from Date class but couldn't achieve what I want.