Home / Companies / Temporal / Blog / February 2024

February 2024 Summaries

5 posts from Temporal

Filter
Month: Year:
Post Summaries Back to Blog
Idempotency is a crucial property in programming, particularly when working with durable execution systems like Temporal. It refers to a request that produces the same result regardless of how many times it is made. This concept is important because no system is perfectly reliable, and when things fail, we need to retry what we were doing safely without causing unintended duplicate effects. Examples of idempotent operations include updating a customer's address in a database or using the stop button in a media player app. Temporal allows developers to maintain state and progress Workflows to completion regardless of failures while providing built-in retry logic for Activities, ensuring "at least once" execution. To make your Activities idempotent, you can use idempotency keys, check pre-existing results, or create stateless Activities.
Feb 27, 2024 2,943 words in the original blog post.
Temporal's February newsletter highlights several key updates and events, including the return of the Replay Conference in Seattle and the availability of Super Early Bird tickets. The newsletter announces a significant increase in the default Actions Per Second (APS) limit for all Namespaces on Temporal Cloud, which now stands at 400, aimed at easing concerns over throttling during workload migrations. It introduces Temporal Schedules as a durable alternative to traditional Cron jobs, enhancing task scheduling capabilities with improved observability and control. The .NET SDK is featured for its high performance and type-safe APIs, with resources available on GitHub and through an on-demand webinar showcasing its application in financial services. Upcoming events include Temporal's participation in conferences like DevWorld in Amsterdam, VS Live! in Las Vegas, and Explore DDD in Denver, where they will present sessions on building resilient distributed systems. Additionally, the newsletter touches on Temporal Cloud's HIPAA compliance and offers insights into being a "Durable Execution Service Provider" and building reliable applications with durable execution.
Feb 23, 2024 553 words in the original blog post.
Temporal Technologies offers an open-source software called Temporal, which enables any team of software engineers to become a Durable Execution Service Provider. This service ensures that the main function of applications and all defined steps will effectively execute just once and to completion. The key components provided by Temporal are a Software Development Kit (SDK) for writing business logic in popular languages, and a "supervisor" service responsible for ensuring durability in the face of various failures. Temporal also offers Temporal Cloud, a SaaS supervisor that works with any application written using a Temporal SDK. By adopting Temporal, developers can offer their applications a new core abstraction: Durable Execution.
Feb 22, 2024 1,378 words in the original blog post.
Temporal Cloud has achieved HIPAA compliance, allowing healthcare organizations to utilize its managed service while maintaining legal industry standards. The platform offers capabilities such as integration with identity management systems and access controls, flexible encryption settings, and the Temporal Data Converter for encoding data. HIPAA is a US legislation that ensures data privacy and security provisions for safeguarding medical information, making compliance mandatory for organizations dealing with protected health information (PHI).
Feb 05, 2024 267 words in the original blog post.
The blog post discusses the company's plans for 2024, including more meetups and conferences, as well as new technical updates. It highlights the availability of Temporal Cloud Operations API in Public Preview, allowing automation of various activities. Additionally, API Keys for use in the Cloud Operations API and Temporal Cloud CLI are now available as a Public Preview. The post also mentions SDK updates for PHP and TypeScript, a webinar series on Temporal Cloud, upcoming meetups and events, and new technical guides. Super early bird tickets for Replay 2024 conference are on sale until March 6th.
Feb 02, 2024 517 words in the original blog post.