nomagick commited on
Commit
336931b
·
unverified ·
1 Parent(s): c663429

chore: tweak deployment

Browse files
backend/functions/src/cloud-functions/crawler.ts CHANGED
@@ -557,6 +557,7 @@ ${suffixMixins.length ? `\n${suffixMixins.join('\n\n')}\n` : ''}`;
557
  timeoutSeconds: 300,
558
  concurrency: 32,
559
  maxInstances: 312,
 
560
  },
561
  tags: ['Crawler'],
562
  httpMethod: ['get', 'post'],
 
557
  timeoutSeconds: 300,
558
  concurrency: 32,
559
  maxInstances: 312,
560
+ minInstances: 1,
561
  },
562
  tags: ['Crawler'],
563
  httpMethod: ['get', 'post'],
backend/functions/src/cloud-functions/searcher.ts CHANGED
@@ -69,6 +69,7 @@ export class SearcherHost extends RPCHost {
69
  timeoutSeconds: 300,
70
  concurrency: 6,
71
  maxInstances: 200,
 
72
  },
73
  tags: ['Searcher'],
74
  httpMethod: ['get', 'post'],
 
69
  timeoutSeconds: 300,
70
  concurrency: 6,
71
  maxInstances: 200,
72
+ minInstances: 1,
73
  },
74
  tags: ['Searcher'],
75
  httpMethod: ['get', 'post'],