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
Drain all queued tasks on agent startup (loop until empty)
Task 3 from pr-21-fixes.md:
- _lifespan startup poll now loops calling next_task() until it returns None,
processing each task before moving to the next; previously only one task
was claimed, leaving N-1 accumulated tasks permanently stuck
- New test: startup poll with 3 queued tasks drains all 3 before yield
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments