Closed gdmn closed 3 weeks 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).
It is now up to date.
Some notes on the findings so far:
SELECT url, scans.rating, scans.percent FROM instances JOIN scans ON instances.id = scans.instance_id ORDER BY url;
- confirmed that the rating was stored as B / 83wget https://http-observatory.security.mozilla.org/api/v1/analyze?host=paste.devsite.pl
-> got the expected A+ / 105 score returnedA 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.
This issue doesn't have re-occurred in over a year, closing it for now.
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.