There was an error while loading. Please reload this page.
1 parent 471fc93 commit da022bdCopy full SHA for da022bd
1 file changed
apps/bfd-pipeline-idr/model/base_model.py
@@ -861,6 +861,7 @@ def stale_phase_1_claims_query(
861
WHERE clm.clm_uniq_id = item.clm_uniq_id
862
AND item.bfd_updated_ts >= %s
863
)
864
+ ORDER BY clm.clm_uniq_id
865
LIMIT {PHASE_1_PRUNE_BATCH_LIMIT}
866
""",
867
(cutoff_date, cutoff_date),
0 commit comments