Lucca Marques

Results 10 comments of Lucca Marques

@long2ice I've created a PR https://github.com/long2ice/fastapi-cache/pull/33. I think this solves my issue, but keep in mind that there are other cache headers, like https://developer.mozilla.org/pt-BR/docs/Web/HTTP/Headers/Cache-Control

sorry for the mozilla doc in portuguese, here is the english version: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control Exactly, but the library doesn't respect `no-cache` directive as it should. I understand that it should get...

Hi guys! I'll have a look on what was said. Just to be sure to what @schmocker brought up, the correct implementation would be the `304` response, when `If-none-match`? If...

Hi guys. @long2ice, I've updated the `changelog.md` file. @muety, I've checked the `304` when `If-None-Match` and guess that @long2ice has already implemented it. If there is any more fixes to...

Hi. @long2ice, is there anything else to implement here? Thanks!

Hi @long2ice! Is there anything else left for doing? Regards!

Oh, about my versions: ``` PyHive==0.6.2 thrift==0.13.0 thrift-sasl==0.4.2 thriftpy2==0.4.11 ``` I'm using Python3.7.6 on a Oracle Linux 7.8

Hi @muety I think it was already merged on PR https://github.com/long2ice/fastapi-cache/pull/33

I'll bump the version and try the same load testing I did. This consumer shouldn't take too long, it executes an insert on our databases based on the message from...

I guess the panic was raised in the runtime, due to a write attempt to a closed channel, not in the lib itself. If you follow the stacktrace of the...