Anton Gilgur
                                            Anton Gilgur
                                        
                                    For reference, this was previously noted [in Slack](https://cloud-native.slack.com/archives/C01QW9QSSSK/p1706902459768879?thread_ts=1706902459.768879&cid=C01QW9QSSSK)
> not sure what significance of agent suffix is As far as I understand, the "agent" is a piece of the Executor that runs for certain built-in, non-`container` template types...
There are some backoff libraries etc for RxJS, but only built-in seems to be regular [`delay`](https://rxjs.dev/api/operators/delay). That could still be a marginal improvement, but more nuanced backoff would be more...
Related to #8760
As I wrote in the upstream issue, this feature should be optional for the Controller as it is built into Workflows already. The value should also be explicitly documented as...
Hmmm, thanks for bringing this up! I haven't a clue why that happened (haven't tested to see if it's a recurring issue, but I'd guess so) and I would think...
Actually maybe this is caused by the `getRGBA` function? It appears to use [`ImageData`](https://developer.mozilla.org/en-US/docs/Web/API/ImageData) correctly though, so probably not. Possibly affected by https://github.com/agilgur5/trim-canvas/pull/1 but that shouldn't have induced any blur-like...
Ack, this issue seems very similar to Chrome for Android and iOS Safari [resizing the window height due to the URL bar fading in/out](https://developers.google.com/web/updates/2016/12/url-bar-resizing). That looks like a URL bar...
> - [x] I can confirm the issue exists when I tested with `:latest` > v3.4.6 You're on a pretty old version, so I would suggest trying with `:latest` or...
Looking at the diff [v3.4.6..v3.4.16](https://github.com/argoproj/argo-workflows/compare/v3.4.6..v3.4.16), #10887 in particular seems related (although the error is different)