Project

General

Profile

Feature #18205

Updated by Peter Amstutz over 1 year ago

Add new fields to the container record that contain: 

 * the total cost of a container (if the container is running, the cost up to this point in time) 
 * the total cost of the container and all of its child containers (for workflow runners) (if the container is running, the cost up to this point) 
 * the incremental cost of the process tree, where reused containers are excluded from the calculation 

 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