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
There doesn't seem to be an easy way to limit bandwidth in Python, so there are two possible solutions:
We make use of trickle. Limits would be set by environment variables eg. GA_MAX_UPLOAD and GA_MAX_DOWNLOAD. The script would then check if one of them is set and if trickle is available. If so, it will call itself via trickle.
There doesn't seem to be an easy way to limit bandwidth in Python, so there are two possible solutions:
We make use of trickle. Limits would be set by environment variables eg.
GA_MAX_UPLOAD
andGA_MAX_DOWNLOAD
. The script would then check if one of them is set and iftrickle
is available. If so, it will call itself via trickle.We use very small chunks (Upload in chunks to report progress to annex #17) and the token bucket algorithm
The text was updated successfully, but these errors were encountered: