synapse-ai-worker
Synapse AI, scale mode worker. Pulls jobs from Redis, executes orchestrations, writes to PG and S3.
882
ARQ-based worker process for Synapse AI scale mode. Pulls orchestration jobs from Redis, executes them using the full Synapse engine, publishes real-time SSE events back to Redis, writes per-step checkpoints to Postgres, and streams large artifacts to S3.
Run as many workers as you need — they share nothing except Redis and Postgres. Throughput scales linearly.
| Image | Role |
|---|---|
synapseorchai/synapse-ai:latest | Full app — API + frontend (standalone mode) |
synapseorchai/synapse-ai-api-server:latest | Stateless API server — enqueue and stream |
synapseorchai/synapse-ai-worker:latest | This image — pulls jobs and executes orchestrations |
docker run -d \
-e REDIS_URL=redis://your-redis:6379/0 \
-e SCALE_POSTGRES_URL=postgresql://user:pass@pgbouncer:6432/synapse_scale \
-e WORKER_CONCURRENCY=10 \
-p 9000:9000 \
synapseorchai/synapse-ai-worker:latest
Content type
Image
Digest
sha256:83ad941f2…
Size
618.8 MB
Last updated
5 days ago
docker pull synapseorchai/synapse-ai-worker