Alan Rominger

Results 253 comments of Alan Rominger

I have not had time to return to this to work on the revised proposal in https://github.com/ansible/ansible-runner/issues/983, so someone else could pick it up.

Also see some good quality research in the ansible-runner issue https://github.com/ansible/ansible-runner/issues/998 This is particularly a problem for inventory updates that produce large inventories, because the archive of the artifacts necessarily...

This is a rare log for us to see: > awx.main.dispatch worker pid:437716 is gone (exit=-9) https://github.com/ansible/awx/blob/cfc1255812e0dabb49c80e42b99edb2278b8c260/awx/main/dispatch/pool.py#L391 This is very descriptive. The process that was saving the inventory data died.

@sarabrajsingh are you still working on this right now? If now I'd like to keep it in the On Deck issues for anyone to pick up as able.

Confirmed that `/api/v2/jobs/?id__iexact=1` gives a 500 with current devel. I believe this is ready to be worked on.

Personally, I would turn this off right away. The performance hit is truly _profound_, and I'm not on particularly bad hardware. The toolbar is inconsistently usable in the actual UI....

Is this the same as https://github.com/ansible/awx/issues/5698? If it is, I just want to consolidate, and set priority.

Link https://github.com/ansible/ansible-runner/issues/51

If you look at our current SSH credential, these are our inputs: https://github.com/ansible/awx/blob/b00e5876d45d6f939d8f792c759b29c16567177a/awx/main/models/credential/__init__.py#L579-L612 But if you look at the implementation of the credential, many of these fields are incompatible with...