Home / Companies / Temporal / Blog / November 2022

November 2022 Summaries

3 posts from Temporal

Filter
Month: Year:
Post Summaries Back to Blog
Microservices have revolutionized software development by allowing teams to work on smaller, independent services. However, managing state in a distributed system presents new challenges for developers. A dedicated state management platform can provide an abstraction similar to atomic database transactions, enabling developers to focus on business logic while the platform handles state management. This approach simplifies the process of developing and maintaining microservices-based applications, enhancing developer productivity and ensuring reliability in a distributed system.
Nov 09, 2022 1,095 words in the original blog post.
The text discusses handling failures in software using Temporal, a platform that aims to make dealing with many types of failure easy. It outlines two dimensions of failure - where and when - and provides strategies for classifying and handling these failures. In the "where" dimension, errors can be classified as either platform-level or application-level based on whether they require low-level handling or domain-specific logic. In the "when" dimension, three types of failures are considered: transient, intermittent, and permanent. The text provides strategies for dealing with each type of failure, including setting maximum retry attempts and using exponential backoff. It concludes by emphasizing that errors don't have to be scary and Temporal can help handle a wide range of failure modes.
Nov 08, 2022 1,718 words in the original blog post.
Temporal Cloud, a service that simplifies incorporating durable execution into software services and applications, has transitioned from "developer preview" to "expanded access." This means no more waitlist for onboarding new users. The company is confident in its ability to handle increased interest due to recent self-service features and experience powering Temporal workloads. Temporal Cloud is currently available for production workloads ranging from 0.1 - 100,000+ actions per second across seven regions. Future plans include improving automation and self-service features, lowering costs, expanding operational capabilities, and adding features catering to enterprise needs.
Nov 02, 2022 430 words in the original blog post.