Skip to content

Keep API Warm

Keep API Warm #32

Workflow file for this run

name: Keep API Warm
on:
schedule:
- cron: '*/15 * * * *'
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Curl healthz
run: |
curl -A 'PATAS-KeepAlive/1.0' --max-time 10 -fsS https://patas.onrender.com/healthz || true