Skip to content

Commit

Permalink
Fix bug where Flotilla tries to start several missions
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Jun 19, 2023
1 parent 2502982 commit 2bf1181
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/isar/state_machine/state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,6 @@ def _mission_started(self) -> None:
)
self.log_step_overview(mission=self.current_mission)

# This is a workaround to enable the Flotilla repository to write the mission to
# its database before the publishing from ISAR starts. This is not a permanent
# solution and should be further addressed in the following issue.
# https://github.com/equinor/flotilla/issues/226
time.sleep(2)

self.current_mission.status = MissionStatus.InProgress
self.publish_mission_status()
self.current_task = self.task_selector.next_task()
Expand Down

0 comments on commit 2bf1181

Please sign in to comment.