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

Handle rate limit errors in TonUpload. #123

Closed
AlexCppns opened this issue Oct 12, 2016 · 2 comments
Closed

Handle rate limit errors in TonUpload. #123

AlexCppns opened this issue Oct 12, 2016 · 2 comments
Milestone

Comments

@AlexCppns
Copy link

Issue Type: Improvement

Description:

Using TONUpload (from TailoredAudience.create) does not handle rate limiting. This means we have to restart from the beginning of the file every time we hit the limit. We have no control over the speed at which we upload chunks.

Steps to Reproduce:

file_name = '/tmp/200Megabytes.txt'
TailoredAudience.create(account, file_name, "Test", "EMAIL")
#=> TwitterAds::RateLimit
@jbabichjapan jbabichjapan added this to the v1.1.0 milestone Nov 22, 2016
@jbabichjapan
Copy link
Contributor

@AlexCppns Can you help us see if this issue still happens? I expect to be able to set a larger chunk size and with fast upload not hit rate limit

@jbabichjapan
Copy link
Contributor

@AlexCppns I'm going to close this issue as I believe it is not as bad of a problem now that the min file size issue is fixed and trying to clean up to understand priority of things to do, please open another one if you find the usability to still be a problem.

@tushdante tushdante mentioned this issue May 4, 2017
3 tasks
@jbabichjapan jbabichjapan mentioned this issue May 17, 2017
3 tasks
@tushdante tushdante mentioned this issue Oct 2, 2020
3 tasks
@tushdante tushdante mentioned this issue Oct 26, 2020
1 task
@ghost ghost mentioned this issue Oct 1, 2021
3 tasks
@osowskit osowskit mentioned this issue Nov 5, 2021
10 tasks
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

2 participants