Azure Daily 2022 by Gordon

Generally available: Durable Functions for Node.js

This version has a significant performance and robustness advantage over the old version. 

To get a sense of improvement, consider this simple fan-out-fan-in orchestration of over 15k activities.

A fan-out-fan-in benchmark

Here we use Durable Functions Extension version 2.6.1 and run this benchmark on the Azure Functions Consumption plan for Windows. We then compare the performance of this benchmark between the npm package `durable-functions` version `1.5.4` and version `2.0.0`. See results below.

Generally available: Durable Functions for Node.jsThis new major release reduces orchestration time by more than 50%. Your improvement may vary, but we expect most workloads to experience increased runtime performance from this release, especially for high-scale workloads.

This release makes use of new features in the Durable Functions Extension to prevent race conditions that cause orchestrations to get stuck in large fan-out-fan-in scenarios, especially when durable timers are involved.

Try it out by installing version 2.0.0, or later of the SDK.

Important Note: This release has a few breaking changes for certain edge use cases. For details, please see our release notes

Source: Generally available: Durable Functions for Node.js

Azure Functions

Comments

Leave a Comment

All fields are required. Your email address will not be published.