Irfan (Nekomata)

Results 79 comments of Irfan (Nekomata)

Good catch. Meanwhile, a working alternative would be this: https://api.jikan.moe/v4/anime?min_score=8&producers=11

This is a duplicate of #501 btw But I just checked and everything seems to be fine and there's no error logged or spike in error rates on our end....

`CacheResolver` is from v3 where there's no database and everything is being cached on Redis. Also, ETag from the code was removed because Nginx was supposed to be handling ETag....

> Microcaching only works when redis is the cache driver. This should be fixed with #318 .

> Also, ETag from the code was removed because Nginx was supposed to be handling ETag. 😓 This should be resolvable from the master server directly. I'll look into it....

![image](https://github.com/jikan-me/jikan-rest/assets/9166451/a4ef8ba7-fe56-4cb8-9db8-a6e5cfc0add1) There's this character. I'm not sure what's causing it though. Wasn't from the bug.yml or the githubexception. Need to look into more.

This should be resolved now since we only return approved entries now by default. I can't reproduce it anymore either. We're also running sanity by removing deleted entries on a...

Unfortunately, I was able to reproduce this recently. However in a slightly different manner. Recently added entries initially show up as 404 but if I re-request it, it will show...

Updating caching on multiple levels. 404 is now only cached for 1 hour. Turned off proxy_cache_revalidate, serving of stale cache on 404, and proxy cache background updates on nginx -...

> Correct me if I'm wrong but wasn't v4 intended to have a better data structure to not be as static as v3 was? I remember asking the same thing...