bito-code-review[bot] commented on PR #43782:
URL: https://github.com/apache/superset/pull/43782#issuecomment-5500801191

   <!-- Bito Reply -->
   The behavior you described is consistent with the system's design as updated 
in this PR. Because Redis Pub/Sub is best-effort (at-most-once, no replay), a 
message missed while the socket is open is not automatically re-delivered. The 
system relies on the per-request give-up timeout or a subsequent 
reconnect/registration to reconcile the state, which effectively treats the 
missed message as a bounded error or a trigger for a reload/retry rather than a 
guaranteed completion.


-- 
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