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

Bandwidth Usage Throttling #331

Open
mnaamani opened this issue Jul 9, 2024 · 0 comments
Open

Bandwidth Usage Throttling #331

mnaamani opened this issue Jul 9, 2024 · 0 comments

Comments

@mnaamani
Copy link
Member

mnaamani commented Jul 9, 2024

Problem

Uploading content to the storage providers can be quite expensive. We should be able to control the bandwidth usage.

Proposal 1

Throttle the readstream (reading from disk) using stream-throttle

file: fs.createReadStream(videoFilePath),

Proposal 2

Setup an throttling http proxy and configure axios to use it.

Proposal 3

Is there some parameter to axios.post function to set a bandwidth limit?

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