Oleg Korsak
Oleg Korsak
ok... I found the reason... I'm using sqlalchemy for query composition instead of raw sql strings... there is a way to override json_serializer when calling `create_engine()`, but I don't call...
```python import sqlalchemy as sa await database.execute(sa.insert(MyModel), values) ``` Just for reference.. I have this code. So database doesn't call its/asyncpg routine, but calls .values() for SA Insert object
I guess somehow I need to modify PG dialect so it would use custom json serializer
> Could you provide a complete example for us to just copy-paste and run it? I have modified your example: ```python import asyncio import json from datetime import date, datetime,...
same here :(
Same with loki-distributed-0.69.14 helm chart. Grafana is working for a while and then just freezes when querying Loki
Clone it and rebrand it to yield valkey-py.
also when downgraded back: 
they are 404s 
> Hello, > > it's because we have the default timeout: https://doc.traefik.io/traefik/migration/v2/#entrypointtransportrespondingtimeoutsreadtimeout > > You can find community suggestions about the value to use in your context: https://github.com/traefik/traefik/wiki/respondingTimeouts-for-applications nope, it...