David Moreau Simard

Results 496 comments of David Moreau Simard

@mamercad thanks for sharing ! I don't use k8s day-to-day (much less helm) and it will be great to at least be able to point at a working example to...

Hi @saranyasridharan, Unless mistaken, the API already supports searching for different parameters simultaneously. If you need to search ``vault_ids`` specifically, though, this is not currently possible. ARA grabs what it...

This might become possible by searching for labels in a feature I am testing: https://review.opendev.org/#/c/752259/

I'll figure out a synthetic benchmark playbook that we can test with more easily but for the time being, I've tested with two different production-ish playbooks. The main takeaway that...

I didn't find the time to look at the threads patch but I proposed a simple benchmarking playbook: https://review.opendev.org/#/c/758267/1/tests/integration/benchmark.yaml For example, running with ``ARA_API_CLIENT=http`` and ``ARA_API_SERVER=https://api.demo.recordsansible.org`` (60ms latency): ```bash >...

> Would it be possible to make the reporting asynchronous? That is, send data to the API server asynchronously and let the playbook run on its own pace. I would...

> In my case I ran several playbooks in series. I used Mitogen and Ara at the same time and everything I gained with Mitogen (~31% speed increase) was diminished...

> The GUI thing is: so it really needs the host id and task id. I was trying to search for task name. :) Yes, it's somewhat of a limitation...

@frukto o/ > The tricky part is to deal with all the UNIQUE constrains with overlapping IDs in distributed/local DBs. But it seems feasible. Yeah, we can't merge the databases...

I've moved the raw benchmark data I had posted to a gist: https://gist.github.com/dmsimard/ab6d53ac2edf3b4ab6076e20dcad8fe9 I think the data is blog post worthy so I'll format the data a bit and put...