Background Workers
Long-running processes without a public HTTP endpoint—queue consumers, agents, and async pipelines on the same isolation model.
Jobs that pull from a queue or loop forever without serving web traffic.
What you get
Select a facet to see how Background Workers works in practice.
No public port
Background workers run as containers without an inbound HTTP route. They talk to Postgres, Key Value, and other services over the private workspace network.
Create a worker
POST /v1/services
{
"name": "queue-consumer",
"type": "background_worker",
"startCommand": "node worker.js"
}Start with Background Workers
Deploy on Isoward Cloud or run the same workflow on metal you control.