reduce dlob publisher health check grace period, clean up logs

This commit is contained in:
wphan
2024-11-27 11:00:34 -08:00
parent cc4adfa061
commit fa8fd24fd4
5 changed files with 16 additions and 15 deletions

View File

@@ -455,10 +455,10 @@ const main = async () => {
app.get(
'/health',
handleHealthCheck(2 * WS_FALLBACK_FETCH_INTERVAL, dlobProvider)
handleHealthCheck(WS_FALLBACK_FETCH_INTERVAL, dlobProvider)
);
app.get('/startup', handleStartup);
app.get('/', handleHealthCheck(2 * WS_FALLBACK_FETCH_INTERVAL, dlobProvider));
app.get('/', handleHealthCheck(WS_FALLBACK_FETCH_INTERVAL, dlobProvider));
const server = app.listen(8080);
// Default keepalive is 5s, since the AWS ALB timeout is 60 seconds, clients