2026 年不該再有人值班。
讀你的程式碼、看著你的基礎設施,並在你醒來前修好生產環境的代理。
· 早期存取正陸續開放中。
Issue hotspot: 4 issues in the last 7 days
Change hotspot: 12 changes in the last 7 days
Change hotspot: 7 changes in the last 7 days
Issue hotspot: 2 issues in the last 7 days
Issue hotspot: 1 issue in the last 7 days
Change hotspot: 3 changes in the last 7 days
Critical latency degradation detected in checkout-edge worker: 18x+ P99 latency spikes sustained for 12 minutes
Deploy 9f3c2a1 shrank the Hyperdrive pool
hd-prod from 50 connections to 5. Under checkout load,
requests queue on connection checkout and P99 rises 18× against the 30-minute baseline. Restoring the pool size restores latency.
Problems detected by Polylane and alerts from your monitoring tools, triaged automatically.
main from polylane/autofix/chat/k3x9f2-4e7d21a Retries on the checkout webhook worker were unbounded: a failing delivery re-queued itself forever and amplified load on payments-api. This caps delivery at 5 attempts with exponential backoff and dead-letters the payload after the last one.
What changed
worker/deliver.ts gains MAX_DELIVERY_ATTEMPTS = 5 and backoff between attempts; exhausted payloads land in checkout-webhooks-dlq instead of re-queueing.
Validation
npm test — 214 passed. A forced failing delivery stopped after 5 attempts and appeared in the dead-letter queue.
Critical latency regression on checkout-edge: Wall Time P99 is 18× baseline, sustained since 2:02 AM, and checkout requests are queuing. I'm investigating.
probably the Hyperdrive change in tonight's deploy?
👀 1Working on it
status as of 2:17 AM UTC
You're right. Deploy 9f3c2a1 shrank the
hd-prod connection pool from 50 to 5,
and checkout requests queue behind connections. Confirmed against the pool metrics and the change record.
Fix is drafted, coreplane/checkout-edge#142 restores the pool.
CI is running; I'll report back here.
> make region a required field on the checkout request schema
●polylane · searchcallers of POST /checkout
●polylane · runToolqueryLogs · request shapes
⏺ Hold on: cart-svc and edge-gateway still send region-less requests, 41,200 in the last 24h. Requiring it now would 400 them both. Safer: default it, migrate the two callers, then require. Are you okay with this plan?
Waiting for your reply…
Institutional knowledge from investigations and observations.
「我花了多年打造可觀測性平台,先是在 Baselime, 然後在 Cloudflare。 我們的工具仍然很不擅長找出哪裡壞了,而且沒辦法自己修好任何東西。值班仍然是壞掉的。我正在修好它。」
我們正在讓軟體自己運作。加入我們。
經獨立稽核的安全控制措施。
資訊安全管理的國際標準。
靜態資料採 AES-256,傳輸中採 TLS 1.2+。
每個組織完全隔離。
Polylane 讓你的軟體自主運作。AI 代理學習你執行的一切、監看生產環境的問題、分流你既有的每一則警示、修復能修的部分、回答值班時會被問到的問題、把同樣的生產環境情境交給你的程式碼代理,並記住每一次事件。
代理讀取真實的指標、日誌與追蹤序列,並對照每個資源平常的行為來判斷。你團隊已經在畫的圖表都會變成檢查;閾值只在它是正確工具的地方存在。
不會,除非你明確允許。復原預設關閉,且限定在你選擇的服務。程式碼變更絕不跳過審查:修復以 pull request 送達,每一次合併都由你的審查與 CI 把關。
AWS、Cloudflare、Vercel、Fly.io、Render、Kubernetes、PlanetScale、Supabase 和 Modal,加上 GitHub、Slack 與你的可觀測性工具:Datadog、Honeycomb、Axiom、Grafana Cloud 和 Sentry。
Polylane 尚未正式上市。早期存取正陸續開放中,透過本頁的候補名單申請。
可以。平台提供位於 api.polylane.com 的 REST API(OpenAPI 規格在 api.polylane.com/v1/doc),以及位於 mcp.polylane.com/mcp 的 MCP 伺服器,支援 OAuth 2.0 動態用戶端註冊;請參閱 polylane.com/auth.md。網站內容的機器可讀版本在 polylane.com/llms.txt。