Michael Hart

Results 305 comments of Michael Hart

PRs welcome here. I don't have access to GitHub Enterprise, so it's pretty hard for me to develop for it.

@jmdobry I'm not sure how a client library would help here? Maybe the title is confusing. This issue is for the use of GCF in place of AWS Lambda –...

Yeah, that's been on my mind for a while 👍 It's a good point. Problem is it's not actually possible to determine whether the Lambda timeout was exceeded or not...

Yeah, good idea – I mean, basically, everything's done in one single command in LambCI – there's no separate phases or anything like that – I find that all a...

Yeah, I've been thinking about something similar – and actually about how to use it from a build that triggers another build (or builds) to address #2 – so you...

Are you sure this is something that's provided by this image? I haven't checked but I highly doubt it. If anything it's probably something that Docker itself adds

Confirmed – there's no `/dev/shm` in the image: ```sh curl -s https://lambci.s3.amazonaws.com/fs/nodejs4.3.tgz | tar -t | grep '^dev/' dev/ dev/stdout dev/null dev/random dev/full dev/urandom dev/zero dev/stderr dev/stdin ``` It appears...

@kadrach any success on this front?

There are a few cases that the mock bootstrap will exit with this code: https://github.com/lambci/docker-lambda/blob/187542add179d199825090c10d6bbb387d76fea1/dotnetcore2.1/run/MockBootstraps/MockRuntime.cs#L125 https://github.com/lambci/docker-lambda/blob/187542add179d199825090c10d6bbb387d76fea1/dotnetcore2.1/run/MockBootstraps/MockRuntime.cs#L214 I'm guessing it's probably a socket timeout or similar

Unfortunately I've never seen it before. If you find a way of reliably reproducing it, let me know and I'll see if I can determine the root cause.