codeintel: Only update committed_at on records that don't already have it set
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).