nomagick commited on
Commit
858e52f
·
unverified ·
1 Parent(s): 62fb6cf

chore: tweak cpu

Browse files
backend/functions/src/cloud-functions/crawler.ts CHANGED
@@ -551,10 +551,10 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`;
551
  @CloudHTTPv2({
552
  runtime: {
553
  memory: '4GiB',
554
- cpu: 4,
555
  timeoutSeconds: 300,
556
- concurrency: 22,
557
- maxInstances: 455,
558
  },
559
  tags: ['Crawler'],
560
  httpMethod: ['get', 'post'],
 
551
  @CloudHTTPv2({
552
  runtime: {
553
  memory: '4GiB',
554
+ cpu: 2,
555
  timeoutSeconds: 300,
556
+ concurrency: 16,
557
+ maxInstances: 625,
558
  },
559
  tags: ['Crawler'],
560
  httpMethod: ['get', 'post'],
thinapps-shared CHANGED
@@ -1 +1 @@
1
- Subproject commit e7216f6ed7aaee80068ffabce78a37ce66b9c50e
 
1
+ Subproject commit 7a221b7a8d5fd0244f33dd5dc9d62ce551c5bded