scientist-softserv / louisville-hyku

Other
0 stars 0 forks source link

New job to clean up migrated relationships #200

Closed bkiahstroud closed 1 year ago

bkiahstroud commented 1 year ago

Story

After running the original data migration script, many of the PendingRelationship records didn't get run. The ones that did are very slow.

This new job will run once per parent and should process all remaining PendingRelationship records currently in the database.

A step to delete duplicate PendingRelationship records (unique parent-to-child) will be taken before running this job.

Refs:

Expected Behavior Before Changes

Expected Behavior After Changes

Screenshots / Video

Notes