feat: implement batch processing for large clusters (100 pods per batch) with memory optimization and progress tracking

This commit is contained in:
2025-10-15 16:22:40 -03:00
parent 4c6ce49526
commit 93a7a0988a
7 changed files with 718 additions and 0 deletions

View File

@@ -17,3 +17,4 @@ aiohttp==3.9.1
celery==5.3.4
redis==5.0.1
flower==2.0.1
psutil==5.9.6