What is the best practice to set and update Transient value of API data in every minute?
There is no way to do that. You need to design a push solution instead of a pull one, and if you can’t and must have to use pull…. well than it sucks to be you :(. Web servers and web software is not designed to be used for “heavy lifting” in such frequent interval. … Read more