Actions
Feature #22014
opencompute_time and cumulative_compute_time container fields
Story points:
-
Description
In order to report the total compute hours used (as opposed to wall clock time) for a workflow, would like to have compute_time
and cumulative_compute_time
fields that work similarly to cost
and cumulative_cost
.
Where:
compute_time
is the single container execution time.
cumulative_compute_time
is the sum of execution time of the container and all its child containers.
Actions