Home / Companies / Temporal / Blog / June 2024

June 2024 Summaries

5 posts from Temporal

Filter
Month: Year:
Post Summaries Back to Blog
At Apartment 304, we worked on stabilizing a financial institution's sweep network system. The client, offering cash management accounts similar to checking and savings, sought to attract customers and mitigate financial risk by joining a sweep network. However, their initial integration came with stability issues and operational hurdles that required manual intervention from the engineering team. We worked with their team to prioritize the issues and made a plan to incrementally resolve them using Temporal's flexibility and convenient message passing. The migration process involved moving decision-making logic to Temporal Workflows and external operations, like SFTP file uploads and database queries, into Activities. By transitioning to Temporal, the financial institution not only addressed immediate operational challenges but also established a scalable, resilient, and efficient foundation for future operations.
Jun 27, 2024 2,380 words in the original blog post.
At Replay 2023, Temporal expands its hands-on workshop offerings with fundamental training for Go, Java, TypeScript, and Python, as well as advanced training. The workshops are divided into two tracks: Developer Fundamentals for newcomers to Temporal, focusing on basic concepts and tools; and Beyond the Basics for experienced developers, delving deeper into topics such as Signals, Queries, error handling, and more. Both tracks will run from 9:00 AM until 5:00 PM with breaks provided. Space is limited, so interested participants are encouraged to secure their tickets promptly.
Jun 25, 2024 608 words in the original blog post.
Developing Gen AI applications with Amazon Bedrock has been made easier thanks to Temporal, which removes the friction and pain of hosting reliable, scalable models. However, building production-grade Gen AI applications still poses several challenges, including handling user inputs, managing long-running sessions, and providing a conversational experience. Temporal can be used to solve these problems by modeling each conversation as a workflow that is guaranteed to execute to completion, with features such as caching/persistence, queues, tracing, observability, and logging tools. By using Temporal's event history and queries, developers can easily view the execution history of a workflow, including the inputs and outputs of activities, making it invaluable for rapid debugging and investigation. With Temporal Workflows, users can model entire conversations as entities that may last forever, providing greater visibility into the history of workflows and durability guarantees to ensure workflow history and state is always maintained.
Jun 18, 2024 3,285 words in the original blog post.
Replay 2024, a premier conference on software engineering platforms and trends, is set for September 18-20, 2024 in Seattle. The event will bring together hundreds of innovative backend engineers to explore the future of software engineering and maximize the benefits of using Temporal. Reasons not to miss this year's Replay include meeting industry leaders, driving the future of the Temporal Project, attending day zero workshops, connecting with sponsors, accessibility for underrepresented groups, networking opportunities, themed decorations and swag, expert Q&A sessions, lightning talks, and an official party. Registration is open at replay.temporal.io.
Jun 09, 2024 780 words in the original blog post.
Temporal introduces Multi-region Namespaces in Public Preview, offering a contractual service level agreement (SLA) of 99.99% guarantee against service errors. This is achieved through an "active-standby" setup managed by Temporal, which replicates workflows to a standby region and seamlessly fails over during outages or incidents in the active region. Multi-region Namespaces provide customers with reduced risk, minimal operational disruption, and no manual deployment, configuration, or code changes needed. The feature has been tested for over a year through Temporal's own replication technology.
Jun 03, 2024 304 words in the original blog post.