Inngest changelog

Event batching

changelog cover

Batching events is now generally available.

Inngest functions can now declare a batching configuration with a maximum size and duration, and the function will receive a list of events instead of one.

This feature will help with reducing high load systems, working with external systems with strict rate limits, and other scenarios where it's more efficient to process things in bulk instead of handling each one individually.

Checkout our guide to start using it today!