Skip to content

feat(indexer): add retry policy and retry accounting for failed ingestion jobs - #131

Merged
alucero270 merged 1 commit into
mainfrom
feature/91-index-job-retries
Apr 14, 2026
Merged

feat(indexer): add retry policy and retry accounting for failed ingestion jobs#131
alucero270 merged 1 commit into
mainfrom
feature/91-index-job-retries

Conversation

@alucero270

Copy link
Copy Markdown
Owner

Summary

  • add persisted retry accounting to index_jobs with an explicit three-attempt server-controlled policy
  • requeue failed jobs while retries remain and expose attempt metadata through the index-job API contract
  • document the migration and operator verification flow for retry behavior

Validation

  • dotnet build src/Codex.Api/Codex.Api.csproj '-p:OutDir=C:/Users/Alex Lucero/source/repos/strata/artifacts/validation/api/out/'
  • dotnet build src/Codex.Indexer/Codex.Indexer.csproj '-p:OutDir=C:/Users/Alex Lucero/source/repos/strata/artifacts/validation/indexer/out/'

Notes

  • retry policy remains server-controlled for the current product slice
  • this PR does not add delayed backoff or source-scoped job changes

Closes #91

@alucero270
alucero270 marked this pull request as ready for review April 14, 2026 16:36
@alucero270
alucero270 merged commit 9d66437 into main Apr 14, 2026
1 check passed
@alucero270
alucero270 deleted the feature/91-index-job-retries branch April 14, 2026 16:37
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.

feat(indexer): add retry policy and retry accounting for failed ingestion jobs

1 participant