• Documentation
  • Examples
  • AgentKit
Contact salesSign Up
  • Documentation
  • Examples
  • AgentKit
    Home
  • Quick start

    • Next.js
    • Node.js
    • Python
  • Inngest tour

    • Install the SDK
    • Your first Functions
    • Leveraging Steps
    • Setting up your app
  • Features

      • Overview
        • Overview
        • Concurrency
        • Throttling
        • Rate limiting
        • Debouncing
        • Priority
      • Versioning
      • Logging
  • Platform

    • Security
    • Limitations
  • AI

    • AgentKit
  • References

    • REST API
    • FAQ
    • Glossary
  • Contact salesSign Up

On this page

  • Flow Control
FeaturesInngest Functions

Flow Control

Flow control is a critical part of building robust applications. It allows you to manage the flow of data and events through your application which can help you manage resources, prevent overloading systems, and ensure that your application is responsive and reliable.

There are several methods to manage flow control for each Inngest function. Learn about each method and how to use them in your functions:

Concurrency

Limit the number of executing steps across your function runs. Ideal for limiting concurrent workloads by user, resource, or in general.

Throttling

Limit the throughput of function execution over a period of time. Ideal for working around third-party API rate limits.

Rate Limiting

Prevent excessive function runs over a given time period by skipping events beyond a specific limit. Ideal for protecting against abuse.

Debounce

Avoid unnecessary function invocations by de-duplicating events over a sliding time window. Ideal for preventing wasted work when a function might be triggered in quick succession.

Priority

Dynamically adjust the execution order of functions based on any data. Ideal for pushing critical work to the front of the queue.

Was this page helpful?

Edit this page on GitHub
PreviousTrigger workflows from Retool
NextConcurrency
© 2025 Inngest Inc. All rights reserved.
We're hiring!
Star our open source repositoryJoin our Discord communityFollow us on XFollow us on Bluesky