Home / Companies / Temporal / Blog / July 2021

July 2021 Summaries

3 posts from Temporal

Filter
Month: Year:
Post Summaries Back to Blog
Temporal, a tool often discussed in the context of distributed systems, can significantly enhance developer productivity through practical tips. One such tip includes auto-restarting workers, which involves setting up workers to reload upon file saves, using tools like gow or nodemon, thus eliminating the manual restart process. Developers are also encouraged to create reusable code snippets to manage unavoidable boilerplate, leveraging snippet features in various code editors like VS Code, which can be facilitated by the Easy Snippet extension. Temporal Web's stack trace viewing feature aids in debugging and understanding asynchronous workflows, while exporting event histories allows for effective recordkeeping and local debugging of production workflows. Additionally, before migrations, developers can replay event histories to ensure backward compatibility, with Temporal providing open-source resources for testing their Workflow Replay feature. The article encourages sharing further Temporal-specific productivity tips for potential future updates.
Jul 30, 2021 553 words in the original blog post.
This post discusses how Temporal, an open-source workflow engine, can be used to build a robust solution for a media processing problem that requires high reliability and fault tolerance. The problem involves obtaining sensor data from various IoT vendors, transforming the data, and making it available internally within a company. The post covers how Temporal handles failure modes in a developer-friendly way, provides testing frameworks, and allows for easy scalability as more workflows are triggered. It also highlights key concepts relevant to a media processing workflow such as Activity Options, the Session API, and visibility into workflow executions.
Jul 19, 2021 3,024 words in the original blog post.
Temporal has seen significant growth in open-source and cloud adoption. The Cadence support EOL date remains September 29, 2021. Updates to the landing page for Temporal.io are underway, focusing on design polish and whimsy. CLI improvements are being made with a focus on making tctl more predictable, friendly, and easier to reason about. The cloud has seen growth in customers and adoption, with over 500 users on the waitlist. Node.js support is under development, aiming for increased accessibility for developers. Visibility features have been improved, allowing for custom search attributes without manual editing of Elasticsearch schemas.
Jul 08, 2021 1,375 words in the original blog post.