Skip to content

Keep App Alive #2534

Keep App Alive

Keep App Alive #2534

Workflow file for this run

name: Keep App Alive
on:
schedule:
- cron: '5 * * * *' # Ping every 5 hour at the start of the hour
workflow_dispatch: # Allows manual trigger
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping Render app
run: |
curl https://commprep-ai.onrender.com/api/v1/users/keepAlive