송형근(Hyeongguen Song) /DnU

Results 9 comments of 송형근(Hyeongguen Song) /DnU

https://github.com/tortoise/tortoise-orm/issues/1135 Same here when after update ^0.19.0 Atfer downgrade to 0.18.1, I never met again

@long2ice , sorry,,, I used `bulk_create()` but it was divided and executed per every rows. I want to do multiple row at once

@long2ice I don't know what you're talking about.. Are you talking about python code or sql?

@long2ice on FastAPI BackgroundTasks with gunicorn worker, It happened about 1 in 20,000 times. ```python async def blahbalh(): await MyModel.update_or_create(status=0) # do awaitable things, sometimes it took 5~6 minutes #...

> @hyeongguen-song Hey, could you please paste a snapshot of the code that caused this and potentially steps to reproduce the issue ? Also, would like to know whether you're...

Is there anything going on on this issue?

After upgrade 0.17.7 to 0.20.0, I never meet this again

Hi, @fabfuel Isn't there any plan to release for support async ? I want to use your circuitbreaker with async func. 🙏

it works well. thanks @long2ice