Inngest changelog

New "queued" status in the function run list

changelog cover

Queued function runs now show in the run list! Previously, runs would only appear when they started.

The "queued" status is related to our concurrency feature. When a function reaches its maximum concurrent runs, subsequent runs are queued until there's capacity to start them. Technically all function runs are queued for some period of time (you need to queue something before starting it!), but that period of time will be extremely brief if there's available concurrency capacity.