diff --git a/pkg/plug/grpc.go b/pkg/plug/grpc.go index e53e1f9..a8c43b9 100644 --- a/pkg/plug/grpc.go +++ b/pkg/plug/grpc.go @@ -40,7 +40,7 @@ func (s *server) TaskStart(ctx context.Context, creation *gRPC.PlugTaskCreation) var plugTaskState gRPC.PlugTaskStatus - id, err := gonanoid.New() + id, err := gonanoid.New(25) if err != nil { span.RecordError(err) span.SetStatus(codes.Error, err.Error())