nomagick commited on
Commit
a0d1a72
·
unverified ·
1 Parent(s): 9e02080

chore: tweak health check

Browse files
backend/functions/src/services/puppeteer.ts CHANGED
@@ -148,7 +148,7 @@ export class PuppeteerControl extends AsyncService {
148
 
149
  this.emit('ready');
150
 
151
- // this.__healthCheckInterval = setInterval(() => this.healthCheck(), 30_000);
152
  }
153
 
154
  @maxConcurrency(1)
 
148
 
149
  this.emit('ready');
150
 
151
+ this.__healthCheckInterval = setInterval(() => this.healthCheck(), 30_000);
152
  }
153
 
154
  @maxConcurrency(1)
thinapps-shared CHANGED
@@ -1 +1 @@
1
- Subproject commit a6a3ad42efc34da243afa25d602b405b92f13379
 
1
+ Subproject commit 7ba2ed3709f8c72ecc5a656e1737976e286eefbd