chore: tweak deployment

This commit is contained in:
Yanlong Wang 2024-07-12 15:10:01 +08:00
parent c6634298c4
commit 336931b5e8
No known key found for this signature in database
GPG Key ID: C0A623C0BADF9F37
2 changed files with 2 additions and 0 deletions

View File

@ -557,6 +557,7 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`;
timeoutSeconds: 300,
concurrency: 32,
maxInstances: 312,
minInstances: 1,
},
tags: ['Crawler'],
httpMethod: ['get', 'post'],

View File

@ -69,6 +69,7 @@ export class SearcherHost extends RPCHost {
timeoutSeconds: 300,
concurrency: 6,
maxInstances: 200,
minInstances: 1,
},
tags: ['Searcher'],
httpMethod: ['get', 'post'],