From b0953f07779a4fc6fdfe650a872c4e39251db3ee Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Thu, 21 Oct 2021 21:15:58 -0600 Subject: Validate status code for all service instances Updated to filter out all instances that either time out (I believe default timeout for HTTPoison is 5s) or return a non-200 status code. --- instances.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'instances.json') diff --git a/instances.json b/instances.json index 9196b62..081a890 100644 --- a/instances.json +++ b/instances.json @@ -9,10 +9,10 @@ }, { "instance_type": "instagram", - "instance_test": "", + "instance_test": "/taylorswift", "instance_list": [ "https://bibliogram.art/u", - "https://bibliiogram.snopyta.org" + "https://bibliogram.snopyta.org/u" ] } ] -- cgit v1.2.3