Spaces:
Build error
Build error
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 |
-
|
| 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
|
|
|
|
| 1 |
+
Subproject commit 7ba2ed3709f8c72ecc5a656e1737976e286eefbd
|