Skip to content

Commit 549c0f7

Browse files
committed
Revert "workload id will be returned as the first message (#364)"
This reverts commit f87a4b0.
1 parent f87a4b0 commit 549c0f7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cluster/calcium/lambda.go

-7
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ func (c *Calcium) RunAndWait(ctx context.Context, opts *types.DeployOptions, inC
5454
continue
5555
}
5656

57-
// first message to indicate the workload id
58-
runMsgCh <- &types.AttachWorkloadMessage{
59-
WorkloadID: message.WorkloadID,
60-
Data: []byte(""),
61-
StdStreamType: types.Stdout,
62-
}
63-
6457
lambda := func(message *types.CreateWorkloadMessage) {
6558
defer func() {
6659
if err := c.doRemoveWorkloadSync(context.Background(), []string{message.WorkloadID}); err != nil {

0 commit comments

Comments
 (0)