Cloud developers have to build applications that are resilient failures and interruptions. We advocate for a fault-tolerant programming model the cloud based on actors, retry orchestration, tail calls. This builds upon persistent data stores message queues readily available cloud. Retry orchestration not only guarantees (1) failed actor invocations will be retried but also (2) completed never r...