Skip to content

Commit

Permalink
Merge pull request #568 from OpenC3/improve_instrumentation
Browse files Browse the repository at this point in the history
Improve instrumentation
  • Loading branch information
ryanmelt authored Apr 3, 2023
2 parents 4a394de + 8edb02d commit 9cb9459
Show file tree
Hide file tree
Showing 3 changed files with 518 additions and 508 deletions.
2 changes: 1 addition & 1 deletion openc3/lib/openc3/models/plugin_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def undeploy
microservice_count += 1
end
# Wait for the operator to wake up and remove the microservice processes
sleep 12 if microservice_count > 0 # Cycle time 5s times 2 plus 2s wait for soft stop and then hard stop
sleep 15 if microservice_count > 0 # Cycle time 5s times 2 plus 5s wait for soft stop and then hard stop
# Remove all the other models now that the processes have stopped
# Save TargetModel for last as it has the most to cleanup
[InterfaceModel, RouterModel, ToolModel, WidgetModel, TargetModel].each do |model|
Expand Down
Loading

0 comments on commit 9cb9459

Please sign in to comment.