Any way to check if the Indeed api is down?
Earlier today the Indeed API was down for a brief period of time. I usually only show the indeed jobs on my page, so this meant there was zero job content on my pages for that time. Is there a way to check if the Indeed pull timed out (say, if it takes longer than 5 seconds)? Even some third party service that can check the status of an API pull every now and then to see if its online and send an alert if it's not would work too... but I can't just be checking the site all the time to make sure the API is up. I don't think this is a frequent problem, but it's one I want to address anyways.
Thanks!