grwells / TickBase

Data storage for web crawler results from TickBase project, summer 2021.
0 stars 1 forks source link

Add graceful failure to complete query #5

Closed grwells closed 2 years ago

grwells commented 2 years ago

If there is a failure to get a query, because of server error or something, then we need a standard way to communicate that to the user without crashing the program

grwells commented 2 years ago

Now if a query returns None it signals an internal failure but the program does not crash. It does allow this to happen silently without error messages to the user which is bad.

Solution: add a message queue to the app to print feedback to the user???