byinngest· 14 skills
Use when handling external API rate limits (e.g., OpenAI 429s, HubSpot or Stripe rate limits), preventing duplicate work from rapid event bursts (debouncing user actions), spreading load over time, ensuring per-tenant fairness, processing events in batches, limiting concurrent runs of the same operation, or assigning priority to important runs. Covers Inngest flow control: concurrency limits with keys, throttling, rate limiting, debounce, priority, singleton, and event batching.
$npx -y skills add inngest/inngest-skills --skill inngest-flow-controlInstalls into the current project.
Run `npx skills use "https://github.com/inngest/inngest-skills" --skill "inngest/inngest-skills/inngest-flow-control"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/inngest/inngest-skills" that are relevant to the current task. Run `npx skills add "https://github.com/inngest/inngest-skills"` and select the relevant skills, then follow their instructions.