Spaces:
Build error
Build error
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:
|
| 555 |
timeoutSeconds: 300,
|
| 556 |
-
concurrency:
|
| 557 |
-
maxInstances:
|
| 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
|
|
|
|
| 1 |
+
Subproject commit 7a221b7a8d5fd0244f33dd5dc9d62ce551c5bded
|