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

Use a task queue for talking to git server #183

Open
brianmoose opened this issue Dec 14, 2016 · 0 comments
Open

Use a task queue for talking to git server #183

brianmoose opened this issue Dec 14, 2016 · 0 comments

Comments

@brianmoose
Copy link
Contributor

There are multiple cases where the main CIVET server has to talk to the git server (like GitHub). If internet is slow or GitHub is down then it causes severe slowness in the CIVET server showing pages. We mitigate this somewhat by having timeouts when talking to the git server but it would be better to have a task queue like Celery to handle this. It could also handle failures and retry again in a certain amount of time. This is important in that when CIVET gets a pull request event it needs to do additional API requests to the git server. If these timeout then the event is not processed and is dropped.

brianmoose pushed a commit to brianmoose/civet that referenced this issue Oct 8, 2018
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