Only update `ExecutionStatus` every second, instead of every 100ms.
Compare changes
@@ -4,7 +4,7 @@ import io.fabric8.kubernetes.api.model.MicroTime
@@ -41,7 +41,7 @@ class ExecutionStateHandler(val client: NamespacedKubernetesClient) :
@@ -50,6 +50,6 @@ class ExecutionStateHandler(val client: NamespacedKubernetesClient) :
\ No newline at end of file