You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
I’m using a long running task(ffmpeg) that raises progress events(read stderr and parse output). These events are transformed to an ef core entity and saved to database. The database is slow when triggering multiple streams at the same time. I was wondering if I could use throttling to solve my issue? Would it be possible to add this feature to your API?
Thank you.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
I’m using a long running task(ffmpeg) that raises progress events(read stderr and parse output). These events are transformed to an ef core entity and saved to database. The database is slow when triggering multiple streams at the same time. I was wondering if I could use throttling to solve my issue? Would it be possible to add this feature to your API?
Thank you.
The text was updated successfully, but these errors were encountered: