|
|
|
Ask HN: Tools that can notify us when our REST API call fails
|
|
14 points
by black_blood
3310 days ago
|
|
Hi, I have just observed that my production REST API calls are failing (timeout or error status codes) even though the server itself is running. I am not sure since when. As I have very limited user base, no one reported the issue. I am looking for tools that test our REST API calls continuously and report to us if those calls start failing. Also, are there any other solutions such that the above scenario does not happen again? Edit: I will/can debug what the issue here is. I am looking for specific simple tools/products that can take my GET API request, call it every n minutes, and notify me if the api request fails. |
|