From e777427133404b6f15d0a8159a0b36eaf7204928 Mon Sep 17 00:00:00 2001 From: Hao Luo Date: Fri, 28 Oct 2022 17:36:29 -0500 Subject: [PATCH] fixed typo Signed-off-by: Hao Luo --- .changeset/little-chairs-dance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/little-chairs-dance.md b/.changeset/little-chairs-dance.md index f99b3443cb..fd0acc36a2 100644 --- a/.changeset/little-chairs-dance.md +++ b/.changeset/little-chairs-dance.md @@ -1,7 +1,7 @@ --- '@backstage/plugin-scaffolder-backend': minor --- -Deprecated the `taskWorkers` option in RouterOptions in favor of `concurrentTasksLimit` which sets the limit of concurrentTasks in a single TaskWorker +Deprecated the `taskWorkers` option in RouterOptions in favor of `concurrentTasksLimit` which sets the limit of concurrent tasks in a single TaskWorker TaskWorker can now run multiple (defaults to 10) tasks concurrently using the `concurrentTasksLimit` option available in both `RouterOptions` and `CreateWorkerOptions`.