Pierre Fersing

Results 77 comments of Pierre Fersing

I still produce the bug when using https://github.com/PierreF/celery-dst-issue on DST end (summer to winter, around October)

Hi, the retry behind done by the client is the part that surprise me. The message being retry seems the wanted behaviour. Use-case (which I've already implemented): you are stopping...

In my test, I usually get it in less than 10 tries :/ It probably means that the race condition isn't linked only to calling sensors concurrently, and might even...

I did hit similar issue (actually unable to apply RunSQL migration that use `CREATE TABLE ... ON CLUSTER` with a 4 nodes Clickhouse cluster that is accessed though a load-balancer,...

Hi, I didn't yet tried to reproduce you issue. But a delay shouldn't cause a deadlock (that would means the deadlock exists, but it's just much less likely). The only...

When I tested this PR, I hit one issue: when the JSON contains dynamic keys (like user-defined keys) the SELECT could fail if the data part contains more than 128...

The exception give you the hints of the problem: `RuntimeError: can't register atexit after shutdown` You stopped the Python main thread (which I should be "after shutdown") Slightly extended version...