sul-dlss-deprecated / dor_indexing_app

An indexing API for Stanford's Digital Object Repository
https://sul-dlss-deprecated.github.io/dor_indexing_app/
Apache License 2.0
0 stars 2 forks source link

Re-calibrate the rolling indexer. #1061

Closed justinlittman closed 10 months ago

justinlittman commented 10 months ago

Why was this change made? 🤔

To slow down the rolling indexer is configurable ways.

How was this change tested? 🤨

âš¡ âš  If this change has cross service impact, run integration tests that exercise indexing (e.g. searches in Argo for newly created/updated items, access_indexing_spec) and/or test in [stage|qa] environment, in addition to specs. âš¡

QA

ndushay commented 10 months ago

since parallel may be desired in the future, could this be either 1) deployed as a branch for testing or PR / commit message say "removing parallel for rolling indexer"

justinlittman commented 10 months ago

@ndushay I added it to the commit message.

Adding parallel is trivial; there is no reason to leave it in if we don't have immediate uses for it.