Skip to content

Commit

Permalink
feat: optimizing delay tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Nov 25, 2024
1 parent 8164869 commit 5a64864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcs-common/common/task/brokers/etcd/delay_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (b *etcdBroker) listWatchDelayedTask(ctx context.Context) error {
}

func (b *etcdBroker) handleDelayedTask(ctx context.Context) error {
s, err := concurrency.NewSession(b.client, concurrency.WithContext(ctx))
s, err := concurrency.NewSession(b.client)
if err != nil {
return err
}
Expand Down

0 comments on commit 5a64864

Please sign in to comment.