You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(agent): poll Windows service state instead of fixed sleep during updates
sc stop/start are async on Windows - they return immediately without
waiting for the service to actually change state. Replace fixed 10s
sleep with active polling (500ms interval, 60s timeout) to guarantee
the service has stopped before replacing binaries and started before
health checking.
* fix(aws): correct typo in log.userIdentityAccessrequestParametersBucketNamesKeyId
* fix(updater): enhance version.json promotion and rollback handling during updates
* feat(dependency): implement pre-download hooks for updater service management
0 commit comments