Project

General

Profile

Feature #18205

Updated by Peter Amstutz over 1 year ago

Add a data structure to the container record that contains: 

 * the total cost of a container (if the container is running, the cost up to this point in time) 
 * the current hourly cost of that container, if it is not complete yet (after it is complete, it could be updated to the average hourly cost over the duration of the container) 

 When the container is completed, either the dispatcher or API server should compute the cost using InstanceType.Price.    Getting live cloud prices will done in #19320 

Back