Shashwathi
Shashwathi
> Is it possible to remove work items when we see the build has completed? We already do that in build controller. `syncHandler` does not return error for successful/completed builds...
Instead of trying to `Forget()` the work item in the code, how about not returning error for timedout builds. As of now once build times out, we delete all corresponding...
Thanks @zrss for detailed comment about workqueue. That was very helpful to understand underlying operations of Queue. In the spirt of containing the discussion to reducing the build timeout granularity...
Yeah it would be great if the patch is in upstream.
For context, in CLI `dry-run` is implemented with server side strategy, i.e., object is submitted to the API but not persisted. To allow users to use `dry-run` without submitting to...