You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, It checks 220 instances to list up. Each time I run it, it takes several minutes to see the list of instances. It's really taking a lot of time to look up many instances. Are there any improvement plans or user tuning to improve performance?
The text was updated successfully, but these errors were encountered:
@juneng603
Sorry for late reply. In current implementation, eclair calls describe-instances API and fetches all instances from AWS EC2. I've tried to implement cache instance information fetched from AWS EC2, but didn't have time to finish it. I'll release it when it is stable enough to release.
Hi,
In my case, It checks 220 instances to list up. Each time I run it, it takes several minutes to see the list of instances. It's really taking a lot of time to look up many instances. Are there any improvement plans or user tuning to improve performance?
The text was updated successfully, but these errors were encountered: