Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
TaskRunRequest + ConcurrencyLimit -> QueuedTaskRun | ActiveTaskRun
Check the active execution count of a task identifier against concurrency limits before dispatching, queueing excess runs.
Problem it solves
Sudden spikes in task triggers can overwhelm downstream APIs, databases, or compute capacity.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.