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

Handle crashes and timeouts more gracefully #34

Open
myles28 opened this issue Oct 28, 2022 · 0 comments
Open

Handle crashes and timeouts more gracefully #34

myles28 opened this issue Oct 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@myles28
Copy link

myles28 commented Oct 28, 2022

This is a bit of a more open ended issue / request. But might be a good place to keep discussion on it. Messing around with the plugin I've came on to several fatal bugs that force a restart. This are mostly from the other issues listed in the repo (the big one being making some form of large request)

Ideally (strong word) we would be able to catch these errors and fail more gracefully either (not having to restart the program)

Potential hand-wavey solutions

  • some form of try catch system
  • Have a timeout on queries
  • Maybe some form of paginate for results
  • Have a set limit for requests before sending them (if we know a request will fail don't send it)
@myles28 myles28 added the enhancement New feature or request label Oct 28, 2022
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