Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add throttling when queuing items #386

Open
cristiz1992 opened this issue Apr 21, 2024 · 0 comments
Open

Add throttling when queuing items #386

cristiz1992 opened this issue Apr 21, 2024 · 0 comments

Comments

@cristiz1992
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant