mirror of
https://github.com/benbusby/farside.git
synced 2025-05-24 19:22:55 +00:00
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.
This commit is contained in:
parent
cf8dfc5a85
commit
b0953f0777
4 changed files with 30 additions and 8 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue