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

sleep between sdk calls in CircleCI test setup #715

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexnikulkov
Copy link
Contributor

Summary:
CircleCI tets have been failing because of an infra error (https://app.circleci.com/pipelines/github/facebookresearch/ReAgent/2590/workflows/2c96e442-4fa9-48fb-a910-7f13c42eebc9/jobs/26711/parallel-runs/0/steps/0-105)
I found the root cause in rate limiting: https://github.com/sdkman/sdkman-cli/issues?q=proxy+#issuecomment-1430703038
Sleeping in between sdk calls should reduce the probability of being throttled

Differential Revision: D43556203

@facebook-github-bot
Copy link

This pull request was exported from Phabricator. Differential Revision: D43556203

alexnikulkov pushed a commit to alexnikulkov/ReAgent that referenced this pull request Feb 24, 2023
Summary:
Pull Request resolved: facebookresearch#715

CircleCI tets have been failing because of an infra error (https://app.circleci.com/pipelines/github/facebookresearch/ReAgent/2590/workflows/2c96e442-4fa9-48fb-a910-7f13c42eebc9/jobs/26711/parallel-runs/0/steps/0-105)
I found the root cause in rate limiting: https://github.com/sdkman/sdkman-cli/issues?q=proxy+#issuecomment-1430703038
Sleeping in between `sdk` calls should reduce the probability of being throttled

Differential Revision: D43556203

fbshipit-source-id: 517aff978ef1195c45914cbf39b83cc5316c1b0a
@facebook-github-bot
Copy link

This pull request was exported from Phabricator. Differential Revision: D43556203

Summary:
Pull Request resolved: facebookresearch#715

CircleCI tets have been failing because of an infra error (https://app.circleci.com/pipelines/github/facebookresearch/ReAgent/2590/workflows/2c96e442-4fa9-48fb-a910-7f13c42eebc9/jobs/26711/parallel-runs/0/steps/0-105)
I found the root cause in rate limiting: https://github.com/sdkman/sdkman-cli/issues?q=proxy+#issuecomment-1430703038
Sleeping in between `sdk` calls should reduce the probability of being throttled

Differential Revision: D43556203

fbshipit-source-id: ed1650c5eda1a47ca5f85af10cb49456cb9e7b93
@facebook-github-bot
Copy link

This pull request was exported from Phabricator. Differential Revision: D43556203

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

Successfully merging this pull request may close these issues.

2 participants