Hey there,
I am using a “JSON path from HTTP API” Input to get some data from a REST interface. This works fine as long as the REST service is reachable.
Due to deployment, sometimes it is not reachable. The input will then stop trying to get new messages until i edit it (change nothing) and save it again. Since this is annoying, my question: is there a way to tell the input to continue to try getting new messages, even if it failed once or twice ?
thanks