Adding dependency between indexers, so that an indexer run gets results from a run of another indexer, without doing a roundtrip to the database.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T1336 Deploy search over origin intrinsic metadata | ||
Migrated | gitlab-migration | T1232 Search over intrinsic metadata associated to an origin | ||
Migrated | gitlab-migration | T1228 Create a component that sends a list of revision sha1 to the metadataRevisionIndexer | ||
Migrated | gitlab-migration | T1256 Add pipeline/workflow capabilities to the indexer orchestrator |
Event Timeline
Comment Actions
Actually, this won't be needed, we can use BaseIndexer.next_step to schedule new Celery tasks.