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

Runaway readers #24

Open
coderdj opened this issue Dec 8, 2018 · 0 comments
Open

Runaway readers #24

coderdj opened this issue Dec 8, 2018 · 0 comments

Comments

@coderdj
Copy link
Owner

coderdj commented Dec 8, 2018

Sometimes a board crashes. OK, fine. But then when it comes back there are commands lingering in the command DB that tell it to arm, so it does, and it can also be that the S-IN got orphaned up so it starts reading data. All by itself. A few things need to change:

  1. On a crash clear all commands from a board that aren't 'stop' maybe (can dispatcher do this on a timeout?)
  2. Find some way to ensure S-IN is always low. In principle we should be running in a much more stable way so the ccontrol process should just not go down
petergaemers pushed a commit to petergaemers/redax that referenced this issue Mar 9, 2021
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