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

Improve general stability #143

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Conversation

andchiind
Copy link
Contributor

No description provided.

@andchiind andchiind force-pushed the improve-stability branch 2 times, most recently from d7eebff to cdfa4d7 Compare April 17, 2024 12:38
@andchiind andchiind self-assigned this Apr 17, 2024
@andchiind andchiind added the improvement Improvement to existing functionality label Apr 17, 2024
@@ -216,6 +216,8 @@ def initiate_mission(self, mission: Mission) -> None:
mission_definition_id=mission_definition_id, robot_id=settings.ROBOT_EXR_ID
)

time.sleep(5)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe add comment to why there is a sleep here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

With more testing it seems like it is no longer neccessary after I increased the HTTP timeout, so I've removed it

@andchiind andchiind force-pushed the improve-stability branch 3 times, most recently from 91c8ad8 to 5ab896a Compare April 17, 2024 12:49
Copy link
Contributor

@mrica-equinor mrica-equinor left a comment

Choose a reason for hiding this comment

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

LGTM :)

Handle a new authentication response.
Increase energy robotics API timeout.
Handle null values when fetching battery status.
Handle duplicate custom tags.
Handle getting step status before mission starts.
@andchiind andchiind merged commit f8a9484 into equinor:main Apr 18, 2024
6 checks passed
@andchiind andchiind deleted the improve-stability branch April 18, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants