Skip to content
Snippets Groups Projects
Commit ef441617 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

Handle slow queries, query retry, and database connection issues:

  * all database functions return an err as the first param which is non-null for failure.
  * all wsapis handle database errors and return service unavailable to client.
  * stalled-mysql-test implements unit tests to verify proper failure behavior of all wsapis.
  * configuration parameter added to define max allowed time per query
parent 05910364
No related branches found
No related tags found
No related merge requests found
Showing
with 321 additions and 170 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment