Michael Dombrowski

Results 51 comments of Michael Dombrowski

Hi Massi, This is already supported using the `--init-config` option. The certificates and so on can be in any directory at all, you just need to provide the path to...

Hello Tim, Thank you for the request. Are you talking about Greengrass V2 Lambda's usage of cgroup? Or about Greengrass Nucleus itself https://github.com/aws-greengrass/aws-greengrass-nucleus/blob/c2f07307b83f53c4e3d7f46451016b1bdd44cef2/src/main/java/com/aws/greengrass/util/platforms/unix/linux/LinuxSystemResourceController.java?

Thanks, I understand. Just trying to understand your specific use case @tim-seoss. What error are you hitting specifically?

Hi Dave, When Greengrass attempts to kill your processes we will find all the PIDs of all children under the shell that Greengrass spawns. Greengrass with then send SIGTERM to...

Closing as using the `shutdown` lifecycle method is the correct way to handle this case. The component should implement whatever command or commands are necessary in order to fully shutdown...

@deivid-rodriguez when should your change take effect? I just had Dependabot recreate a PR, but it still fails the commitlint due to having lines over 100 characters. ex: https://github.com/aws-greengrass/aws-greengrass-logging-java/pull/131 ```...

Longer client IDs are supported when you connect using MQTT v3.1.1 instead of v3.1 or v3. Make sure that your client is connecting with the proper protocol version

Also put the new validation behind a configuration flag under the Nucleus component configuration. We can default it to enabled, but I want us to have an escape hatch so...

We identified new issues on unchanged lines of code. Navigate to the Amazon CodeGuru Reviewer console to view the recommendations to fix them.