We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd701c8 commit 2136b70Copy full SHA for 2136b70
1 file changed
backend/index.js
@@ -180,7 +180,7 @@ app.listen(PORT, () => {
180
console.log('Keep-alive cron disabled (no valid HEALTH_URL or RENDER_EXTERNAL_URL set).');
181
} else {
182
console.log(`Keep-alive cron enabled: pinging ${healthUrl} every 2 minutes`);
183
- cron.schedule('*/2 * * * *', () => {
+ cron.schedule('*/10 * * * *', () => {
184
try {
185
const started = Date.now();
186
const urlObj = new URL(healthUrl);
0 commit comments