-
Notifications
You must be signed in to change notification settings - Fork 1
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
increase linting timeout #6
Comments
Hi @syphar, This is mainly due to AWS Lambda's 300s function timeout. This the total and must also facilitate pulling the code and setting sending status updates to GitHub, like the timeout message you are seeing. Anyhow, apparently AWS increased the limit a function can be run. I would be ok, increasing the execution time, since my AWS bill doesn't kill me yet. That being said, we should still verify that there isn't another issue, that is causing the timeout, except this probably being a very large repository (let me guess which one 😉 ). Can you provide me with the commit hash and a repo name I'll look though the logs. I can also share them, if you want me too. Merry Xmas 🎄 |
Soo, I removed you comment, since the repo name doesn't need to be publicly available. Anyhow, I looked through the code and the timeout occurred during the execution of the linter. That being said, the code download takes a whopping 8 seconds followed by a 10 second gzip extract. I did only look into the Going forward, there are two options.
Your call :) |
for our definitely not small application, the linters timeout.
Mostly still showing "running linter"
Sometimes I also saw a "timeout after 200s" message.
Or is the linter stuck here?
(without logs difficult to debug)
it happens not only with one, but more linters
The text was updated successfully, but these errors were encountered: