Spaces:
Build error
Build error
chore: increase max instances to target 10k concurrent requests
Browse files
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -153,6 +153,7 @@ ${this.content}
|
|
| 153 |
memory: '8GiB',
|
| 154 |
timeoutSeconds: 540,
|
| 155 |
concurrency: 16,
|
|
|
|
| 156 |
},
|
| 157 |
httpMethod: ['get', 'post'],
|
| 158 |
returnType: [String, OutputServerEventStream],
|
|
|
|
| 153 |
memory: '8GiB',
|
| 154 |
timeoutSeconds: 540,
|
| 155 |
concurrency: 16,
|
| 156 |
+
maxInstances: 625,
|
| 157 |
},
|
| 158 |
httpMethod: ['get', 'post'],
|
| 159 |
returnType: [String, OutputServerEventStream],
|