rara/configs/worker.yaml
toki fdc86c7ff4
Some checks are pending
ci / validate (push) Waiting to run
initial commit
2026-07-18 18:41:17 +09:00

28 lines
458 B
YAML

service:
name: rara-worker
listen: 0.0.0.0:18082
database:
url: postgres://rara:rara@localhost:5432/rara?sslmode=disable
max_connections: 10
min_connections: 1
artifact:
driver: filesystem
root: ./var/artifacts
worker:
id: local-go-worker
executor_kind: go
poll_interval: 2s
lease_duration: 30s
retry_delay: 5s
shutdown_grace: 20s
logging:
level: info
pretty: false
observability:
otel_endpoint: ""
otel_insecure: true