populationgenomics / hail

Scalable genomic data analysis.
https://hail.is
MIT License
1 stars 1 forks source link

Add cost to job resource and upgrade to aggregated_resources_v2 #268

Closed illusional closed 1 year ago

illusional commented 1 year ago

The realtime billing changes are amazing, but unfortunately some newer jobs use a different resource format that we don't have mapped, eg: compute/n1-nonpreemptible/australia-southeast1/1671117056543 (category/REGION/START_TIME).

So, it's actually more convenient for us to just grab the rate and calculate it through Hail Batch in USD (as it's the correct rate now).