Duansg commented on PR #3848:
URL: https://github.com/apache/hertzbeat/pull/3848#issuecomment-3533514452

   > Is my understanding of your proposed solutions correct?
   
   :+1: Yes, your summary is correct. My idea is that adding an exponential 
backoff strategy at the public consumption end, without concerning the 
implementation of the queue, won't affect the overall logic. It only needs to 
be triggered when the return value is null, for example: 50ms, 100ms, 
500ms...1s.  This prevents the queue implementation from causing system 
overload due to exceptionally rapid failures.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to