Toni Alatalo
Toni Alatalo
I guess this would support this case as well? https://github.com/tiangolo/sqlmodel/pull/436 I don't know if it's the way forward, or not, but am curious about opinions.
Do you think this is a problem with memcached only, or would happen with redis as well? Am considering using the lib with redis.
> redis tests aren't failing randomly, only memcached is causing issues. Ok thanks, I now see that you did mention "only with the memcached backend" already right at start, but...
#523 is closed now, maybe this is fixed as well?
@AirplanegoBrr > after doing some debug it looks like the `callback: progress` is causing the issue, Fix is to remove it but it would be nice to have the callback!...
@ganlbarone > {'timeDisplay': {'type': 'string', 'description': 'Time must be displayed in a time stamp format YYYY-MM-DD 00:00:00 at midnight.'}}, 'type': 'object', 'required': ['timeDisplay']}}] is not of type 'object' - 'too...
It's possible to reuse the same client for many requests, I think a single one during the lifetime of the process can work fine, at least that's what I've been...
@a383615194 > May I kindly ask, in your service, is every call made using the same set of initialization parameters for the client? Spot on, that is the case for...
Maybe that's overly complex, though? It also works to just to instantiate a client in some module, and use that in places where you need it, without the singleton class...
> Well, I kind of intentionally put this right below `Module-level client` Ah sorry, I missed that it was there, was just reading the diff. I think this way it...