justin.kruse

Results 13 comments of justin.kruse

I have a very basic package here: https://www.npmjs.com/package/serverless-offline-step-functions It needs work, but is a good starting point and any feedback would be great

I am experiencing this issue, too. I have a basic handler with this struture: `yarn build` works as expected, but when running `yarn bundle` I get the following: ``` %...

Are there any updates to this request? This would be of great use to us as well!

@npalm - thanks for getting the other PR approved and merged. I would appreciate it very much if this could get released as this is blocking several teams I work...

There seems to be a race condition somewhere. I continue to mostly see the errors above, but I have seen one job get past libicu and successfully connect to GH:

Also, for what it's worth, it looks like `yum` handled the retry logic natively:

@npalm - I'm still seeing this issue: ![image](https://github.com/philips-labs/terraform-aws-github-runner/assets/16331726/d47d7139-72be-4300-8ecc-e1b78737519f) Note: it's not failing at libicu, but I've seen it fail there and the retry logic not get run. I'm not doing...

I got rid of child_process and call the function directly because this allows you to set breakpoints and debug the scheduled task lambda.

@ajmath - what are your thoughts on this update?

The issue is with `execFileSync`, here's the documentation: > The child_process.execFileSync() method is generally identical to child_process.execFile() with the exception that the method will not return until the child process...