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

Some mission task statuses are lost when tasks complete quickly #1675

Open
andchiind opened this issue Jul 18, 2024 · 1 comment
Open

Some mission task statuses are lost when tasks complete quickly #1675

andchiind opened this issue Jul 18, 2024 · 1 comment
Labels
backend Backend related functionality bug Something isn't working

Comments

@andchiind
Copy link
Contributor

andchiind commented Jul 18, 2024

Describe the bug
When tasks complete and are reported on MQTT quickly then some of them are not processed fully by the relevant event handler. The log that the event has been processed is printed, but the effect is not seen in the database. In the screenshot we see the effect on the frontend, but it is not a signalR issue as it persists after refreshing.

To Reproduce
Relevant ISAR settings used:
ISAR_ROBOT_STEP_DURATION_IN_SECONDS = 0.05
ISAR_ROBOT_MISSION_DURATION_IN_SECONDS = 0.05
ISAR_ISAR_ROBOT_STATUS_PUBLISH_INTERVAL = 0.025

The issue is also easiest to see with longer missions.

Expected behavior
By the time a mission is reported as completed, all tasks should have their statuses updated.

Screenshots
image

@andchiind andchiind added bug Something isn't working backend Backend related functionality labels Jul 18, 2024
@aeshub
Copy link
Contributor

aeshub commented Sep 17, 2024

This issue has automatically been marked as stale as there has been no activity for 60 days.

@aeshub aeshub added the stale This issue or pull request already exists label Sep 17, 2024
@aeshub aeshub removed the stale This issue or pull request already exists label Feb 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related functionality bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants