Commit afc0c3d5 authored by Dan Notestein's avatar Dan Notestein
Browse files

Parallelize reputation_tracker and hivemind sync in CI

Run reputation_tracker in the background while hivemind syncs, then wait
for it to complete. This eliminates running reputation_tracker twice
(before and after hivemind) and reduces total CI sync time.

Both processes write to separate schemas (hivemind_app vs reptracker_app)
so there are no database conflicts. Hivemind uses LEFT JOIN with COALESCE
for reputation data, so missing data during sync is handled gracefully.
parent 893299b1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment