aibrix
aibrix copied to clipboard
Improve the needsUpdateDeployment logics
🚀 Feature Description and Motivation
Varun raise great point on the checking logic
- consider number of containers
- Second, better to have a second loop to match by container name rather than depending on the container index (removes the assumption part).
Use Case
No response
Proposed Solution
No response