Skip to content

codeintel: Only update committed_at on records that don't already have it set

Warren Gifford requested to merge ef/update-unlocked-only into main

Created by: efritz

This should run into fewer records that are locked. We may have been a bit slow before due to lock contention around incomplete upload records. There's no system that holds a lock on a completed upload for too long (but the worker can hold processing upload records for minutes).

Merge request reports

Loading