Skip to content

Conversation

pudkrong
Copy link
Contributor

It will use simulator device to publish message to nRF Cloud and wait for incoming message from web socket for 10s.

@pudkrong pudkrong requested a review from coderbyheart as a code owner June 21, 2023 12:59
@pudkrong pudkrong linked an issue Jun 21, 2023 that may be closed by this pull request
1 task
@pudkrong pudkrong temporarily deployed to ci June 21, 2023 17:17 — with GitHub Actions Inactive
@pudkrong pudkrong requested a review from coderbyheart June 21, 2023 17:31
Comment on lines 56 to 57
key: nrfCloudInfo.accountDevicePrivateKey,
cert: nrfCloudInfo.accountDeviceClientCert,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Account devices to not send data, it's individual devices.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will also be relevant when we want to have shadow fetcher health check.

@pudkrong pudkrong temporarily deployed to ci June 22, 2023 09:56 — with GitHub Actions Inactive
When using DeleteParametersCommand to delete parameters more than 10,
it will error as Member must have length less than or equal to 10
@pudkrong pudkrong temporarily deployed to ci June 22, 2023 21:26 — with GitHub Actions Inactive
@pudkrong pudkrong temporarily deployed to ci June 23, 2023 22:54 — with GitHub Actions Inactive
@pudkrong pudkrong temporarily deployed to ci June 23, 2023 23:49 — with GitHub Actions Inactive
stackName: STACK_NAME,
}),
)
commands.push(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added a new command create-health-check-device for end-to-end health check purpose. We need to manually call this command once to enable the feature. @coderbyheart

```bash
./cli.sh configure thirdParty nrfcloud apiKey <API key>
./cli.sh initialize-nrfcloud-account
./cli.sh create-health-check-device
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coderbyheart health check device is created here

@pudkrong pudkrong merged commit a8b5f6a into saga Jun 26, 2023
@pudkrong pudkrong deleted the 3-message-bridge-stops-working-after-a-while branch June 26, 2023 09:38
@coderbyheart coderbyheart mentioned this pull request Jun 26, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Message Bridge stops working after a while
2 participants