worker service¶
worker
service is a dedicated executor for deferred background tasks.
Service Properties¶
- Sharded
- Pooled
- Databases
- Mongo, Postgres
Processed Streams¶
graph LR
System((System)) -->|jobs| worker
Input Streams¶
Stream | Description |
---|---|
jobs | Incoming jobs |
Output Streams¶
None
Configuration¶
worker
service requires no additional configuration.