bmbouter
bmbouter
I kind of think I did, but I tested so many permutations it's difficult to say 100%. If I am remembering correctly, if TLS trust was required but one or...
Thank you for the reply/discussion. > If you're running into load or IO issues, having more heartbeats is not the answer. Decreasing the worker TTL will actually cause more load...
I think being able to run as non-root would be an improvement. It would be good if in places where the playbook needs root, it would specifically becomes it there....
@jlozadad I hear you; all of your environments work that way so I can see how this isn't useful to you. I'm a user of this role, and I see...
Wow these docs are nice! :100:
The Qpid team is tracking their work as [QPID-7439](https://issues.apache.org/jira/browse/QPID-7439).
This code works and is being tested where I work in various ways. It needs at least two things blocking its release: 1. There is at least one Python2 compatibility...
That sounds like a fine plan. It works with Python3 and it's easier than supporting 2.7+. This means the only remaining work is that the test_qpid.py tests be forward ported...
I wasn't able to continue this codebase. Someone else would have to take over the work from my branches. Overall I think Celery should move away from kombu and adopt...
It would. It would really loose everything though because the entire exchange, queue, bind concepts are all done away with in AMQP 1.0. So in essence, celery would become a...