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

Some times issue duplication happens upon nearing the rate limit #30

Open
mskd12 opened this issue May 4, 2017 · 0 comments
Open

Some times issue duplication happens upon nearing the rate limit #30

mskd12 opened this issue May 4, 2017 · 0 comments

Comments

@mskd12
Copy link
Contributor

mskd12 commented May 4, 2017

Suppose an issue is created and then the rate limit is also reached. In this case, we will not be able to know the status of the issue migration. This means a timeout occurs in the inner retry loop. Since the outer loop performs indefinite retry, another issue is created after the rate limit is refreshed.

A possible solution is to do indefinite retry in the inner retry loop also. This way we will break out of it only in case we throw some errors.

Although we are probably done using JIM, I just wanted to write out something I noticed.

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