PrivateBin / Directory

Rust based directory application to collect list of federated instances
https://privatebin.info/directory/
Other
25 stars 8 forks source link

Question: how often observatory ratings are refreshed? #47

Closed gdmn closed 3 weeks ago

gdmn commented 1 year ago

I'm asking because I've improved the score of my instance (https://paste.devsite.pl/), but on the Instance Directory page it's still the old value.

elrido commented 1 year ago

Once a day, as per our FAQ, but this does sound similar to another case where only some sites observatory rating didn't get updated while other sites were: https://github.com/PrivateBin/Directory/issues/31#issuecomment-1473170825

I'll investigate, try restarting the service, if necessary, and report back here. I wonder where this is being cached?

For future record, at this time the directory shows the instance having a B rating, while on the observatory the result is A+ (score of 105 of 100).

elrido commented 1 year ago

It is now up to date.

Some notes on the findings so far:

A restart of the service wasn't necessary - the cronjobs launch independent instances of the same binary, so there should not be any caches shared with the service. The one thing out of the order is that I ran the job at a different time than usual and that I ran the wget before I triggered the cronjob. It might be some kind of rate limiting of Mozilla's CDN? I'll have to keep an eye on this.

elrido commented 3 weeks ago

This issue doesn't have re-occurred in over a year, closing it for now.