Skip to content

fix(ateapi): retry stored-worker scan in syncer startup - #772

Open
Anish Ramasekar (aramase) wants to merge 1 commit into
agent-substrate:mainfrom
aramase:aramase/i/fix_609_orphan_reconcile_retry
Open

fix(ateapi): retry stored-worker scan in syncer startup#772
Anish Ramasekar (aramase) wants to merge 1 commit into
agent-substrate:mainfrom
aramase:aramase/i/fix_609_orphan_reconcile_retry

Conversation

@aramase

Copy link
Copy Markdown
Contributor

Fixes #609

The startup stored-worker scan (enqueueStoredWorkers) returned on the first ListWorkers error, skipping orphan cleanup until the next restart. The #674 workqueue only retries per-key reconciles, not this initial scan, so retry the scan with capped wait.Backoff until it succeeds or the context is cancelled.

  • Tests pass
  • Appropriate changes to documentation are included in the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[P2] Startup orphan reconciliation aborts on ListWorkers pagination error — ghost workers persist

1 participant