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

EOBot needs retries #247

Open
ethanmoffat opened this issue Nov 19, 2022 · 1 comment
Open

EOBot needs retries #247

ethanmoffat opened this issue Nov 19, 2022 · 1 comment

Comments

@ethanmoffat
Copy link
Owner

CI tests in etheos fail periodically due to things that could easily be wrapped in a retry loop. Retry policy should be implemented as a command-line parameter input.

Any operations that fail should be retried according to the specified policy. This includes but is not limited to - establishing connection with the server, and executing a script.

@ethanmoffat
Copy link
Owner Author

CI tests in etheos now pass more consistently due to use of a self-hosted build agent. However, introducing a retry policy would still be nice to have in EOBot.

@ethanmoffat ethanmoffat added the good first issue If you're looking for something easy to work on this is a great starting issue! label Dec 11, 2022
@ethanmoffat ethanmoffat added this to the Version 1 milestone May 18, 2023
@ethanmoffat ethanmoffat removed the good first issue If you're looking for something easy to work on this is a great starting issue! label May 25, 2023
@ethanmoffat ethanmoffat modified the milestones: Version 1, vNext Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant