Route incoming tasks and requests to the right worker or queue based on rules. The dispatch layer your operations team needs for handling incoming work programmatically.
An agency managing lists for multiple clients runs one Dispatch instance per client on isolated VMs. Each instance gets its own data directory. There is no shared database, no multi-tenant risk, no worry about one client's data appearing in another client's export.
Route incoming tasks and requests to the right worker or queue based on rules. The dispatch layer your operations team needs for handling incoming work programmatically. Your data lives in a SQLite file on your disk that you can back up by copying a folder, move to another machine, or query directly with any SQLite tool. The binary keeps running if Stockyard disappears tomorrow, because it is Apache 2.0 and you have a copy.
Single binary. Embedded SQLite. No Docker. No database. No dependencies.
Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.
export STOCKYARD_LICENSE_KEY=SY-xxxxxxxxxxxxxxxxxxxx ./dispatch
No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.