Anton Gilgur
Anton Gilgur
> To evaluate these kind of optimizations, you need a ton of rows in `argo_archived_workflows`, but there doesn't seem to be a way of generating that with the dev environment...
> Every workflow is ~1466 bytes > Maybe the average size of the workflows in his DB is larger than 2KB? Yea I wouldn't be surprised by that, after including...
> My best guess is that the performance is highly label-dependent > all of which are associated with a single namespace (`bs98pxsfhs9z`): The namespace is also possibly a confounding variable....
Awesome work Mason 🚀 ❤️ And thanks @kodieg for helping find a more optimal query!
We discussed this during [today's Contributor Meeting](https://docs.google.com/document/d/1tznN5LB-KrNkC6dmeIzpKfuyvZWgCJpRuS-E84zseC8/edit?tab=t.0#heading=h.qjyv5rehamr), so noting here that this should be straightforward to do, basically read the initial state from query parameters. Can use existing code that...
> I think this may break the security model. If you have Argo installed at the cluster-level, it will have access to read all ConfigMaps from all namespaces. Since the...
> We'd like to segregate workflows across multiple namespaces but work from the same limits. DB-based synchronization would also make this possible: #13276 Alternatively, a global name could be used...
This project doesn't install Android, just some extras like OpenGapps, `libndk`, etc. It assumes you have a working Waydroid / Android install and installs APKs onto it. The "Android version"...
> ``` > time="2022-10-20T02:30:36.153Z" level=error msg="Artifact Server returned internal error" error="artifact not found: main-logs, isInput=false, Workflow Status={Phase:Running StartedAt:2022-10-20 02:30:29 +0000 UTC FinishedAt:0001-01-01 00:00:00 +0000 UTC EstimatedDuration:0 Progress:0/1 Message: CompressedNodes: Nodes:map[steps-5h48z:{ID:steps-5h48z...
Yes you should be able to rebase on top of #477 to get CI to run properly. I haven't fully reviewed this, but it might be good to add regression...