Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Self-hosted gateway retries Postgres connection at boot

Self-hosted gateway now retries the Postgres connection up to 3 times at startup instead of failing immediately

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaGatewaywhat it touches
KindImprovementsin v2.1.274,
Under the hood

Self-hosted gateway now retries the Postgres connection up to 3 times at startup instead of failing immediately

What

A new retry wrapper, internally called Ote, has been added around the Postgres database connection that the self-hosted gateway makes while loading its configuration at startup. If the connection attempt fails with a connection-refused-style error, it is retried up to 3 times before the gateway gives up.

Why

This helps the gateway start up cleanly in cases where Postgres isn't quite ready yet (for example if the database container is still starting), instead of failing on the first attempt.

See this entry in the whole of v2.1.274 →