Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing service check on SensorData #15

Merged
merged 1 commit into from
Aug 4, 2024
Merged

Conversation

bigtallcampbell
Copy link
Contributor

This resolves a scenario where the Sensor Data may be received before the heartbeats for the payload app is received. When this happens, this check is incorrectly dropping the message because Sensor service does not see the app is online.

This removes the check so sensor data can flow in the above scenario. A future PR will add an async service that will prune sensor data subscriptions for apps that are expired or no longer active.

@bigtallcampbell bigtallcampbell requested a review from a team as a code owner August 3, 2024 21:45
Copy link

github-actions bot commented Aug 3, 2024

Test Results

11 tests   11 ✅  2s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit ae1b2fc.

♻️ This comment has been updated with latest results.

@KevinDMack KevinDMack merged commit 1510980 into main Aug 4, 2024
6 checks passed
@KevinDMack KevinDMack deleted the removing-app-online-check branch August 4, 2024 01:47
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.

2 participants