fog / fog-google

Fog for Google Cloud Platform
MIT License
99 stars 146 forks source link

Change to Fog.wait_for in monitoring tests #581

Closed Temikus closed 1 year ago

Temikus commented 1 year ago

Good news: Google Monitoring stopped spewing ClientErrors on retrieving metrics where none exist. Bad news: Our wait logic no longer works.



Changed up the retry method with Fog.wait_for - this should fix it.

Temikus commented 1 year ago

Monitoring tests look good, merging 👍