sarcophagus-org / archaeologist-service

6 stars 4 forks source link

Deactivated / Dead Arch Servers still showing in listing #2

Open freddydunningkruger opened 2 years ago

freddydunningkruger commented 2 years ago

Arch servers that have been turned off are still showing in front end listing for test net

adamgall commented 2 years ago

This is likely a frontend issue.

I think the way to approach this is to have the frontend "ping" registered arches upon page load, and only display arches that are responsive.

@sethhrbek thoughts?

sethhrbek commented 2 years ago

@adamgall -- there is some "ping" functionality already in place on the front end. I will verify that it is functioning correctly.

There is an Arch with an incorrectly set "max resurrection time" which should be being filtered out that is not -- will get that cleaned up as well.

sethhrbek commented 2 years ago

The typescript refactor PR fixes this issue. Will prioritize getting it reviewed, tested and deployed this week.