Collected sources and patterns will appear here. Add from search or the patterns library.
Task + ConcurrencyKey -> ScheduledTask
Throttle task execution by queueing tasks under dynamic keys to enforce concurrency limits per key.
Problem it solves
A single user or tenant can monopolize task workers, starving other tasks.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.