arXiv 2111.11562
Reliable Actors with Retry Orchestration
By Olivier Tardieu, David Grove, et al.
Published 2021-11-22
Mindmap
Browse the paper's core ideas, clusters, and relationships in a structured outline.
Cloud developers have to build applications that are resilient to failures and interruptions. We advocate for a fault-tolerant programming model for the cloud based on actors, retry orchestration, and tail calls. This model builds upon persistent data stores and messages queues readily available on the cloud. Retry orchestration not only guarantees that (1) failed actor invocations will be retried but also that (2)…