Ryan Petrello

Results 37 comments of Ryan Petrello

I'm experiencing the same problem on Postgres 9.0.4: ``` File "/Users/ryan/dev/pictage/stable/pgproxy/pgproxy/protocol.py", line 56, in dataReceived done, extra = m.consume(data) File "/Users/ryan/dev/pictage/stable/pgproxy/pgproxy/messages.py", line 51, in consume if not self.parse_header(): File "/Users/ryan/dev/pictage/stable/pgproxy/pgproxy/messages.py",...

Using `job.extra_vars` will _likely_ contain things like `$encrypted$UTF8$AESCBC$`.

https://github.com/ansible/awx/issues/4539#issuecomment-523321867 I agree with this on the first pass. If we want to do this at some point, I'd rather treat this as an additional enhancement (after all, we never...

@unlikelyzero I do agree with _that_, I think this relates to this comment I made on the PR: cc @jladdjr @keithjgrant @jakemcdermott Maybe we didn't get this quite right? https://github.com/ansible/awx/pull/4291/files#r314498337...

I think we should treat this an additional enhancement in case _at some point_ we want to support actually specifying `extra_vars`. I'm happy w/ the PR as it is for...

Wanted to add a note here that we recently added support for WF prompting for `--limit`: https://github.com/ansible/awx/pull/4369

@jakemcdermott @wenottingham is this a near-term priority that we should track as part of the upcoming UI rewrite?

@grahamn-gr we've just released a new version of AWX (11.0.0) that resolves a few issues we spotted related to the move to redis. I'm not certain that it will address...

I'm betting this is due to our usage of a local domain socket and max packet size for `SOCK_DGRAM`. Probably you've got events periodically that are _really_ large (fact data,...

One approach here is to just use TCP, but we didn't do that because we didn't want to have to deal with connection security. Maybe we could detect this type...