Skip to content

Greengrass healthy and running?

0

I have a Python custom core component. It launches a python script which calls into greengrass to send MQTT messages. It "appears" that the custom component launches too quickly and messages are sent too soon before Greengrass is ready. Is there an API to "test" whether greengrass is ready for MQTT message sending?

  • Only after Greengrass is ready, your custom component will start running. Assuming that you're using Greengrass IPC SDK provided APIs to publish messages, can you share more details as to how the component is run before Greengrass is ready in your case?

asked 2 years ago281 views
1 Answer
0

Thank you. That makes sense. I will test this out.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.