Ken Giusti

Results 4 issues of Ken Giusti

[test1.py.gz](https://github.com/celery/kombu/files/2337712/test1.py.gz) In the attached example I set interval_max=6 in the call to Connection.autoretry() However should the connection fail the retry interval goes above 6: $ python ~/test1.py WARNING:root:on_error called, interval=0...

Issue Type: Bug Report
Component: Connection

If max_retries is passed to connection.autoretry() and the connection is not available then autoretry blocks until a connection is made regardless of the max_retries value. See attached. If you set...

- top five total waits: $ sort --reverse --numeric --key 3 | head -5 - top five with waits > 1000 nsc: $ sort --reverse --numeric --key 7 | head...

proposal

- remove MacOS - remove test configurations already covered by Github Actions - All tests run either TSAN or ASAN checkers - whitespace fixups