Enabled reports whether the outbox is the durable fan-out path for this deployment. When true, trigger sites (relay + the publishPendingApproval/publishRejected/publishSent/publishApproved helpers) MUST skip the legacy `go publisher.Publish(...)` goroutine — both paths inserting into webhook_subscri
()
| 78 | // multi-replica outbox workers, cannot dedupe legacy-vs-outbox |
| 79 | // rows — they look like distinct deliveries. |
| 80 | Enabled() bool |
| 81 | } |
| 82 | |
| 83 | // outboxExecutor is the subset of pgx.Tx and pgxpool.Pool needed by |
no outgoing calls
no test coverage detected