celery / kombu

Messaging library for Python.
http://kombu.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
2.81k stars 920 forks source link

enhance: allow uses to disable broker heartbeats by not providing a timeout (#1997,#1998) #2016

Closed FrankK-1234 closed 1 month ago

FrankK-1234 commented 1 month ago

Hi,

I took the liberty to add a test case for #1998. I was not able to add to that request so created (upon advise) a new PR with the change in it as well. The original change was done by @smart-programmer and resolves #1997. Hopefully this is enough to close the issues (this, #1997 and #1998).

I basically verified if the heartbeat_check is called/not called based upon the timeout value.