| commit | 89c5b5e630fa43caace1657cedc97c8e07d40f3b | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed Jul 02 12:15:04 2025 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Wed Jul 02 12:15:04 2025 +0400 |
| tree | ef7e40d1464137cc2829a606d465ee0f04089db3 | |
| parent | aa6e27a7dd90f9e39b09391d5e29cb2be40c32fd [diff] [blame] |
AppRunner: Include commit hash in the ping request Increase ping frequencey to twice a second. Change-Id: I43a064d17a22525e276140c689bea23df6c31655
diff --git a/apps/app-runner/log.go b/apps/app-runner/log.go index 084e3d1..f04760e 100644 --- a/apps/app-runner/log.go +++ b/apps/app-runner/log.go
@@ -49,6 +49,7 @@ l.items = append(l.items, l.curr) l.curr = LogItem{ RunId: l.runId, + Commit: l.commitHash, Contents: []byte{}, } p = p[pos+len([]byte("\n")):]