Once the contents is copied to azure, send to the indexer those contents to trigger the independent indexes computations.
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Unknown Object (Maniphest Task) | ||||
Migrated | gitlab-migration | T574 Pipeline copy content to azure and then compute multiple indexes independently (meta task) | ||
Migrated | gitlab-migration | T575 Pipe contents copied to azure to the indexer orchestrator | ||
Migrated | gitlab-migration | T582 Orchestrator - Optional filtering on existing contents |
Event Timeline
Comment Actions
As of today, this is the archiver (archiver-uffizi) which is in charge of copying data from our objstorages (uffizi, banco) to azure.
(currently this is deployed on uffizi).
An implementation idea is to add a hook function in the archiver which is called at the end of a successful batch copy.
And for the archiver used by the copy to azure (ArchiverToBackendWorker), implement said function to 'send those copied contents to a queue' (configured to be the indexer orchestrator).