Shopify / shipit-engine

Deployment coordination
https://shopify.engineering/introducing-shipit
MIT License
1.42k stars 145 forks source link

Use in_batches for status delete #1378

Open ruionweb opened 1 week ago

ruionweb commented 1 week ago

I think find_in_batches loads the record, which might contribute to oomkill. This is so we use commit_id instead and delete with in_batches which returns a batch enumerator