Arc Postgres - Rename shards to workers

Co-authored-by: Brian Bergeron <brberger@microsoft.com>
This commit is contained in:
Brian Bergeron
2020-10-28 16:57:17 -07:00
committed by GitHub
parent e679d70a4b
commit d1b8c15e11
7 changed files with 12 additions and 147 deletions

View File

@@ -172,7 +172,8 @@ declare module 'azdata-ext' {
}
},
scale: {
shards: number // 1
shards: number, // 1 (shards was renamed to workers, kept here for backwards compatibility)
workers: number // 1
},
scheduling: {
default: {