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