You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are hosting our pep8speaks fork on heroku to serve our private repos. For very big pull requests pep8speaks' webhook request regularly times out because of cumulative time to spin new heroku dyno, to fetch all changed files and to process them exceeds 10s timeout that GitHub sets for webhook requests.
We are hosting our pep8speaks fork on heroku to serve our private repos. For very big pull requests pep8speaks' webhook request regularly times out because of cumulative time to spin new heroku dyno, to fetch all changed files and to process them exceeds 10s timeout that GitHub sets for webhook requests.
There is an submitted issue https://github.community/t5/GitHub-API-Development-and/Extended-Service-Timeout-for-webhooks/td-p/19639 where @samuelcolvin responded with workaround. Workaround is to respond early to gihub webhook and continue to process request in background.
Please consider native support for this feature. Thanks in advance!
The text was updated successfully, but these errors were encountered: