Infisical / infisical

♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
https://infisical.com
Other
15.73k stars 985 forks source link

fix: migration in loop due to cornercase #2743

Closed akhilmhdh closed 6 days ago

akhilmhdh commented 1 week ago

Description 📣

This fixes the migration in a loop due to a missing cornercase where identity could be unconfigured ones

Reduced the batch size as 30K is too high. Keeping it at 10k which is most of the PG operation recommended size on average

Type ✨

Tests 🛠️

# Here's some code block to paste some code snippets