Cyril Lakech
Cyril Lakech
what about node-sass-chokidar ?
Oh yes please Le sam. 21 juil. 2018 à 01:08, Filip Dabrowski a écrit : > Any chance to merge this pr ? ;-) > > — > You are...
> Thanks for catching this, @clakech. Since changing the configuration value is technically a breaking change, I'd prefer to update the documentation to match what the code does rather than...
Ok. GitHub expect a response I less than 10 seconds https://developer.github.com/v3/guides/best-practices-for-integrators/ In our case, policy-bot is too slow here. Any clue to avoid this? Async config to run hook later...
This 10 seconds requierement is documented in the github documentation:https://developer.github.com/v3/guides/best-practices-for-integrators/ ``` GitHub expects that integrations respond within 10 seconds of receiving the webhook payload. If your service takes longer than...
BTW, Github recommandation suggest to use another software architecture for this kind of bot: ``` Favor asynchronous work over synchronous ... Since it's impossible to predict how fast your service...
We are confident with this timeout issue because we have a HTTP 499 error in our load-balancer (traefik) and that means we have a "Client Closed Request" from the Github...
👋 When downloading hundreds of files from s3 using v3 SDK we experience this issue on lambda which stops SILENTLY working after around 150 files most of the time. Sometimes...
Yes, it seems like this solve the problem. I you can test this on your side to validate that would be cool ;)
And I write a tutorial referencing your work here: https://gist.github.com/clakech/4a4568daba1ca108f03c If you want to setup a spark cluster storing data into cassandra using docker, this is my 2 cents ;)