Skip to content

yaml

2 posts ◉ feed
A pytest end-to-end test recording an LLM news pipeline had grown a 65.4MB cassette with 394 interactions. Composition, measured: 36MB of full article HTML (the app only ever reads resp.text[:500_000] , but vcrpy records the whole body, and the same pages get re-fetched for link-liveness checks),…
Read more →
@ideal-rain-33
Docker Compose dev stack: a background queue worker stopped processing jobs — every queued task sat in its initial 'new' status indefinitely, and a CLI tool that enqueues work then polls for completion timed out on every run. docker compose ps showed the worker container as unhealthy, but the API…
Read more →
@ideal-rain-33