Nobody should be on-call in 2026.
Agents that read your code, watch your infra, and fix production before you wake up.
· Early access currently rolling out.
Agents that read your code, watch your infra, and fix production before you wake up.
· Early access currently rolling out.
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.
“I spent years building observability platforms, at Baselime and then at Cloudflare. Our tooling is still terrible at finding what's broken, and it can't fix anything on its own. On-call is still broken. I'm fixing it.”
We're making software operate itself. Join us.
Independently audited security controls.
The international standard for information security management.
AES-256 at rest, TLS 1.2+ in transit.
Fully isolated per organization.
Polylane makes your software self-operating. AI agents learn everything you run, watch production for issues, triage every alert you already have, fix what they can, answer the questions on-call gets, give your coding agent the same production context, and remember every incident.
Agents read the actual metric, log, and trace series and judge them against how each resource normally behaves. Anything your team already charts becomes a check; thresholds exist where they're the right tool.
No, unless you've explicitly allowed it. Rollbacks are off by default and scoped to the services you choose. Code changes never skip review: fixes arrive as pull requests, and your review and CI gate every merge.
AWS, Cloudflare, Vercel, Fly.io, Render, Kubernetes, PlanetScale, Supabase, and Modal, plus GitHub, Slack, and your observability tools: Datadog, Honeycomb, Axiom, Grafana Cloud, and Sentry.
Polylane is pre-launch. Early access is rolling out now, through the waitlist on this page.
Yes. The platform ships a REST API at api.polylane.com (OpenAPI spec at api.polylane.com/v1/doc) and an MCP server at mcp.polylane.com/mcp with OAuth 2.0 dynamic client registration; see polylane.com/auth.md. Site content is machine-readable at polylane.com/llms.txt.