Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(mu): message loss from intermittent fetch failure #967

Open
VinceJuliano opened this issue Aug 21, 2024 · 0 comments
Open

bug(mu): message loss from intermittent fetch failure #967

VinceJuliano opened this issue Aug 21, 2024 · 0 comments
Labels
bug Something isn't working mu ao Messenger unit

Comments

@VinceJuliano
Copy link
Collaborator

Background

The MU retries locating the process to find the scheduler 5 times. After that it drops it from the queue because it assumes it cant succeed.

image

Solution

Detect these types of failures in the message processing flow and put the message back on the queue to be tried later.

@VinceJuliano VinceJuliano added bug Something isn't working mu ao Messenger unit labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mu ao Messenger unit
Projects
None yet
Development

No branches or pull requests

1 participant