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
I didn't realize there are two prices for spot instances versus standard instances. We can support both (we currently charge the non-preemptible price), but is that something we want to do? Should still be relatively straightforward.
Fixes#13784
Here's the GCP documentation:
https://cloud.google.com/vpc/pricing-announce-external-ips
We were previously billing the same IP-Fee for both spot and regular
instances. I changed it so we're billing for each instance type
accordingly.
Following #13542, I hard coded the new resource rates.
What happened?
We don't have code to automatically update network prices. We should either add that code or manually update the prices.
Version
0.2.124
Relevant log output
No response
The text was updated successfully, but these errors were encountered: