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

feat(mu): add retry mechanism for sendDataItem #1090

Closed
jfrain99 opened this issue Dec 18, 2024 · 1 comment
Closed

feat(mu): add retry mechanism for sendDataItem #1090

jfrain99 opened this issue Dec 18, 2024 · 1 comment

Comments

@jfrain99
Copy link
Contributor

Background

Currently in the MU, when a message is received, it runs sendDataItem, which initializes a task queue and pushes all subsequent messages. These worker thread messages have a retry mechanism and sqlite backup such that if an error were to occur during evaluation, it would retry and start again.

Problem

The MU post route, specifically sendDataItem, has no retry mechanism, and failures here (while rare) result in message loss.

Proposed Solution

Add a similar mechanism as the worker thread retry to the sendDataItem flow.

@jfrain99
Copy link
Contributor Author

Closed by #1099

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant