Skip to content

fix(rdm.load): Call CLC Sync with auto_sync after record's migration - #573

Open
sakshamarora1 wants to merge 1 commit into
CERNDocumentServer:masterfrom
sakshamarora1:fix/broken_clc_sync
Open

fix(rdm.load): Call CLC Sync with auto_sync after record's migration#573
sakshamarora1 wants to merge 1 commit into
CERNDocumentServer:masterfrom
sakshamarora1:fix/broken_clc_sync

Conversation

@sakshamarora1

@sakshamarora1 sakshamarora1 commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

closes: CERNDocumentServer/cds-rdm#895

> select status, count(*) from cds_clc_record_sync group by status;
 status | count
--------+-------
 P      |    11
 S      |  1571

For some reason we did not enable auto_sync for the newer migrations which skipped the whole thing and left the syncing in pending state.

Comment thread cds_migrator_kit/rdm/records/load/load.py Outdated
@sakshamarora1 sakshamarora1 changed the title fix(rdm.load): Set auto_sync true for ILS sync records fix(rdm.load): Call CLC Sync with auto_sync after record's migration Aug 12, 2026
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.

veirfy pending state of CLC sync

2 participants