Alexey Kinev
Alexey Kinev
@xinghanchuanqizibenguanliyou Not sure, but I suppose engines just deal a little bit differently with commit policy :)
@xinghanchuanqizibenguanliyou Not sure about efficiency, the Tip 5 from Instagram team claims that `autocommit` mode is significantly more efficient for Psycopg2: http://instagram-engineering.tumblr.com/post/40781627982/handling-growth-with-postgres-5-tips-from I think that backwards compatibility is far more...
@jettify Oh, and the initial issue is not with raw queries, it's about sqlAlchemy. As far as I know, if no transaction is defined, queries are committed automatically. The example...
@jettify As I understand sqlAlchemy original engine implements auto-commit logic by default for queries executed outside of a session, as they call it. And this is independent on underlying database,...
Hi, @Martiusweb! Yes, I totally understand now, what happens and usually write my code against explicitly specified event loop. But I came to that after **one year of development** with...
I think it would be good to have such explanation as introduction to coroutines / tasks with code samples for both approaches :) Currently, "Tasks and coroutines" documentation tells how...
I'm also having issues with Dahua camera and it's 100% reproducuble. What info would be useful? I've enabled a debug logging, but it's not very detailed: ``` 2023/08/31 12:57:39 INF...
@aler9 I see, thank you! I'll try to push RTMP from my local Dahua camera. My guess is that it's some specific/incomplete protocol implementation on Dahua cameras. They work with...
@aler9 Is it possible btw to get some dump or details on actually received data on the server side from MediaMTX? It's not always easy to get physical access to...
@aler9 Thanks, I've opened a separate issue #2289 with network dump attached.