In-function concurrency now in public beta
Inngest launches in-function concurrency in public beta, letting a single serverless function instance handle multiple overlapping invocations to cut gigabyte-hours and costs by 20–50%.
In-function concurrency is now in , and allows a single function instance to handle multiple invocations concurrently, improving resource utilization by taking advantage of idle time in existing function instances.public beta Traditionally, serverless architecture maps one function instance to a single invocation. With in-function concurrency, overlapping invocations can increase efficiency by 20%-50%, reducing gigabyte-hours and lowering costs. As part of the beta, we’re limiting the number of concurrent invocations per instance, and will be gradually increasing the limit based on feedback.
Note, this capability may increase latency for purely CPU-bound workloads. In-function concurrency public beta is available for all customers using , you can and track resource savings in real time.Pro and EnterpriseStandard or Performance Function CPUenable it through your dashboard Read our and for more information.blog postdocumentation Read more