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

Bot Queues Perpetually #90

Closed
mikeselander opened this issue Feb 13, 2019 · 3 comments
Closed

Bot Queues Perpetually #90

mikeselander opened this issue Feb 13, 2019 · 3 comments

Comments

@mikeselander
Copy link
Contributor

I've found that recently the bot has been queueing persistently and more often than not, telling it to Re-run all won't actually allow it to finish. This seems to happen on specific Pull Requests in repos, but not all PRs. I can provide examples via DM if necessary.

@kadamwhite
Copy link
Contributor

I’m currently working on a project where we have this issue on all PRs; I haven’t seen linter bot actually run all week. Can provide link via DM

@rmccue
Copy link
Member

rmccue commented Feb 14, 2019

I'm unable to track this down, I can't find the requests in Lambda. Will look further once I can find another request that fails.

@rmccue
Copy link
Member

rmccue commented Feb 21, 2019

This appears to be fixed finally. The issue was that a large project was using up the entire /tmp space, and we never cleared out that directory. This caused subsequent runs to fail with ENOSPC errors.

Fixed in #91.

@rmccue rmccue closed this as completed Feb 21, 2019
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

3 participants