Knowledge Base

Task Queue

What it is

A waiting line so tasks run in order without overwhelming the system.

Real-world Analogy

Like a deli counter — take a number, get served in turn. Nobody cuts in line.

Why Marcus Uses This

Marcus queues agent tasks and runs max 2 at a time. This prevents your machine from trying to run 8 Claude calls simultaneously.