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

[EVM-Reader] Sets Application Status to "Error" when it reaches an invalid state #594

Open
fmoura opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
triage To be triaged
Milestone

Comments

@fmoura
Copy link
Contributor

fmoura commented Sep 5, 2024

📚 Context

Since EVM Reader handles multiple applications, when an application reaches a invalid state, it do not stops processing, only logs the error

But it on each loop it will remain trying to process events to the "application in an invalid state", just to reach the same error again

✔️ Solution

When these kind of errors occurs, Applications must be updated with an "Error Status" instead of "Running"

@fmoura fmoura added the triage To be triaged label Sep 5, 2024
@fmoura fmoura added this to the 2.0.0 milestone Sep 5, 2024
@fmoura fmoura self-assigned this Sep 5, 2024
@fmoura fmoura added this to Node Unit Sep 5, 2024
@fmoura fmoura moved this to 📋 Backlog in Node Unit Sep 5, 2024
@fmoura fmoura changed the title [EVM-Reader] [EVM-Reader] Sets Application Status to "Error" when it reaches an invalid state Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage To be triaged
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant