You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: