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

Configurable Error Handling Support #31

Open
agomez08 opened this issue Oct 6, 2020 · 0 comments
Open

Configurable Error Handling Support #31

agomez08 opened this issue Oct 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@agomez08
Copy link

agomez08 commented Oct 6, 2020

Is your feature request related to a problem? Please describe.
Communication systems are prompt to sporadic errors due to multiple different causes. For example, we have observed that the UDP VIs may throw different errors when the network traffic is very high, or consider the simple scenario of a temporary cable disconnection. As it is, the DSF engine will shut-down a thread entirely with the presence of any errors. This requires house-keeping to re-deploy or entirely reboot the system even for errors that could be safely ignored.

Describe the solution you'd like
Allow configuration of the framework (maybe per thread) on how to handle specific errors. As a minimum, an alternative "Ignore" action could be added instead of the default behavior of shutting-down. From there, expand to have a configurable number of retries before shutting down and allow re-launching threads.

Describe alternatives you've considered
For now users have to patch the framework or the specific plugin to handle errors as needed.

@agomez08 agomez08 added the enhancement New feature or request label Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant