You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: seed rings without timing out on the biggest topic, and retry a failed seed in minutes
The first production seed died at the request deadline on the largest
topic: the candidate query range-scanned every keyword row of the topic,
joined, grouped and sorted them, and only then took a hundred; the size
query counted the same join in full. Now both walk feeds in admission order
with a primary-key probe into feed_keywords and stop at the rows they need
(the size count stops at the minimum the caller asks about). A topic that
still fails is counted and reported and the pass moves on, and the poller
retries a failed seed ten minutes later instead of at the next six-hour
mark, which is what the first deploy would have waited.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XYae2mH3khdwiXUVzcVMDw
0 commit comments