Oleg Korsak

Results 80 comments of 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 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: ![image](https://github.com/korfuri/django-prometheus/assets/52880/dc93799b-ba10-4b12-abb3-3afa1a841617)

they are 404s ![image](https://github.com/korfuri/django-prometheus/assets/52880/e8d487da-3645-46d5-b28e-5d22d73133d6)

> 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...