File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
components/ws-manager-mk2 Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ import (
45
45
workspacev1 "github.com/gitpod-io/gitpod/ws-manager/api/crd/v1"
46
46
47
47
"github.com/gitpod-io/gitpod/ws-manager-mk2/controllers"
48
- "github.com/gitpod-io/gitpod/ws-manager-mk2/pkg/activity"
49
48
"github.com/gitpod-io/gitpod/ws-manager-mk2/pkg/maintenance"
50
49
imgproxy "github.com/gitpod-io/gitpod/ws-manager-mk2/pkg/proxy"
51
50
"github.com/gitpod-io/gitpod/ws-manager-mk2/service"
@@ -152,8 +151,6 @@ func main() {
152
151
os .Exit (1 )
153
152
}
154
153
155
- activity := activity .NewWorkspaceActivity (cfg .Manager .Namespace , mgr .GetClient ())
156
-
157
154
go func () {
158
155
for {
159
156
select {
@@ -162,7 +159,6 @@ func main() {
162
159
case <- mgr .Elected ():
163
160
now := time .Now ()
164
161
setupLog .Info ("updating activity started time" , "now" , now )
165
- activity .ManagerStartedAt = now
166
162
return
167
163
}
168
164
}
You can’t perform that action at this time.
0 commit comments