Ville Väänänen

Results 4 comments of Ville Väänänen

Hi! `server.connection` returns a `Server` object with just a single connection. You can then do: ```js const https = server.connection({ port: 443, host: constants.application.host, tls: tls }); // https const...

@hkaj, unfortunately the flare command is not running cleanly. It freezes at `/tmp/datadog-agent-2016-10-26-12-39-10.tar.bz2 is going to be uploaded to Datadog` and nothing's happening after that. ``` $ docker exec 4d61f6506e73...

Ah ok, thanks. Now I got it submitted. The case is #69876.

Well, the cache works really well in a local setup, but in a shared CI environment it's harder to set up. Parallelization would probably help to a degree, but I...