Project

General

Profile

Feature #18205

Updated by Peter Amstutz over 1 year ago

Add new fields a data structure to the container record that contain: contains: 

 * the total cost of a container (if the container is running, the cost up to this point in time) 
 * the total current hourly cost of that container, if it is not complete yet (after it is complete, it could be updated to the container and all average hourly cost over the duration of its child containers (for workflow runners) (if the container is running, the cost up to this point) 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