Code review comment for lp:~cbehrens/nova/rpc-kombu

Revision history for this message
Joseph Heck (heckj) wrote :

+1 for reconnecting forever, but with some fail-off on retry interval so that a failure doesn't end up spamming the network with attempts. Some exponential try interval that caps at a retry interval maximum of roughly every 5 minutes is what I would think would be reasonable.

« Back to merge proposal