Changelog

Introducing Singleton Functions

June 6, 2025

Singleton Functions is a new Flow Control feature that allows exclusive execution of an Inngest function.

Unlike Rate Limiting which discard events given a configured time window, Singleton Functions discard events (or cancel runs) only if an execution is already running.

Singleton Functions diagram

Learn more about Singleton Functions in the documentation page.