Files
fn-serverless/api
Denis Makogon 721c0f1255 Improving erro handling while trying to reserve tasks at async runner
Each time when MQ becomes unreachable HTTP GET /tasks returned HTTP 500
 and code was not handling this case except expecting networking errors.
 After that it tried to unmarshal empty response body that caused another sort of an error.

 This patch triggers error based on http response code, explicitly checking if response code
 is something unexpected (not HTTP 200 OK).

 Response status code for /tasks for changed from 202 Accepted to 200 OK according to swagger doc.
2017-07-31 21:14:11 +03:00
..
2017-06-19 10:40:26 -07:00
2017-07-26 10:50:19 -07:00
2017-07-26 10:50:19 -07:00
2017-06-06 14:12:50 -07:00