Keep API Warm #32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |