Erica Windisch

Results 27 comments of Erica Windisch

@kbaegis I'm not actively developing fixes for this repo, but happy to merge pull requests!

Thanks. Please make a pull request.

Thanks. Please make a pull request.

@janmattfeld Feel free to submit a PR to the README suggesting looking at DockStack instead.

I am not actively engaged in ensuring successful builds of Dockenstack. I'd love to see it working, but I just don't have the time or interest at present. I'd love...

There is a nice side effect of the current implementation though... visibility into how much of the time was spent initializing the coldstart vs the code execution. We could maybe...

Recording the coldstart time within auto-tracing might be a solution to showing the initialization time? This is what Xray does iirc.

Perhaps if it's a coldstart the duration should be reported as simply the `process.uptime`? (this is expressed as seconds with milliseconds represented via decimal and would need to be converted)...