Skip to content

Commit

Permalink
Merge master into feature/q-dev-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Oct 25, 2024
2 parents 83c7822 + 50d62ba commit b392e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/telemetry-perf.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ sequenceDiagram
rect rgb(121, 210, 121)
alt Extension Startup
VSC ->> Service: activate() - Start Monitoring
VSC ->> Service: activate() - Start Service
Service ->> Heartbeat: Start Heartbeats
Heartbeat ->> State: Send Initial Heartbeat <br/> (in a folder add a unique file w/ timestamp)
Expand All @@ -317,7 +317,7 @@ sequenceDiagram
rect rgb(255, 128, 128)
alt Graceful Shutdown
VSC ->> Service: deactivate() - Stop Monitoring
VSC ->> Service: deactivate() - Stop Service
Service ->> Checker: Stop
Service ->> Heartbeat: Stop
Heartbeat ->> State: Delete timestamp file <br/> (This is missed when a crash happens)
Expand Down

0 comments on commit b392e7b

Please sign in to comment.