AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Make a Robust Long-Running Application
Temporal is an open source framework that comes out of Uber, actually used to run Uber Eats as well as something like 200 other use cases at Uber. So you could set up a temporal cluster and then start calling to it and giving it handles to call you back to execute any kind of long-running work. All of this is robust to any outage in the system, where it goes down. It's all persisted because every single step of the function execution is persisted to a database.