We just just call run service directly to update the action state to DB when we get update in k8s/client.go.
It would be more robust to add a background goroutine to query the run service for persisting the update, which we can handle retry there
Originally posted by @machichima in #6902 (comment)
We just just call run service directly to update the action state to DB when we get update in
k8s/client.go.It would be more robust to add a background goroutine to query the run service for persisting the update, which we can handle retry there
Originally posted by @machichima in #6902 (comment)