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 에이전트가 여러분이 운영하는 모든 것을 학습하고, 프로덕션의 이슈를 지켜보고, 이미 있는 모든 경보를 트리아지하고, 고칠 수 있는 것은 고치고, 온콜이 받는 질문에 답하고, 코딩 에이전트에 같은 프로덕션 컨텍스트를 제공하고, 모든 인시던트를 기억합니다.
에이전트가 실제 메트릭, 로그, 트레이스 시리즈를 읽고 각 리소스가 평소에 어떻게 동작하는지에 비추어 판단합니다. 팀이 이미 차트로 보는 모든 것이 검사가 되고, 임계값은 그것이 맞는 도구인 곳에서만 쓰입니다.
아니요, 명시적으로 허용하지 않는 한 그렇지 않습니다. 롤백은 기본적으로 꺼져 있고 선택한 서비스로 범위가 한정됩니다. 코드 변경은 절대 리뷰를 건너뛰지 않습니다. 수정은 풀 리퀘스트로 도착하고, 모든 병합은 여러분의 리뷰와 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에서 OAuth 2.0 동적 클라이언트 등록을 지원하는 MCP 서버를 제공합니다. polylane.com/auth.md를 참고하세요. 사이트 콘텐츠는 polylane.com/llms.txt에서 기계가 읽을 수 있는 형태로 제공됩니다.