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

Delay updating GitHub after signing CLA #206

Closed
SendGridDX opened this issue Mar 28, 2017 · 1 comment
Closed

Delay updating GitHub after signing CLA #206

SendGridDX opened this issue Mar 28, 2017 · 1 comment

Comments

@SendGridDX
Copy link

When someone signs the CLA, in some cases the PR is updated right away, in other cases there can be a delay for several minutes.

Any guidance on where I should focus my debugging would be appreciated. Thanks!

@KharitonOff
Copy link
Contributor

@SendGridDX since GitHub API doesn't respond reliably strait after creating a PR, we enforce CLA assistant to wait a minute before trying to update the PR status. You can find this setting in config.js (see server.github.enforceDelay) You can overwrite it by setting env. parameter "GITHUB_DELAY" to any other value
The implementation of this delay is in src/server/webhooks/pull_request.js

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