Skip to content

Keep Render Alive #1828

Keep Render Alive

Keep Render Alive #1828

Workflow file for this run

name: Keep Render Alive
on:
schedule:
- cron: '*/5 * * * *' # Every 5 minutes (reduced from 1 minute to avoid GitHub API rate limits)
workflow_dispatch: # Allow manual triggering
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping Render Backend
run: |
curl -s https://fileduck-api.onrender.com/api/health