Render Keepalive #89
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: Render Keepalive | |
| on: | |
| schedule: | |
| # Leave a safety buffer under Render's 15-minute idle timeout in case | |
| # GitHub schedules are delayed under load. | |
| - cron: "*/10 * * * *" | |
| workflow_dispatch: | |
| jobs: | |
| ping: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 5 | |
| steps: | |
| - name: Ping Render keepalive endpoint | |
| run: curl --fail --silent --show-error --location --max-time 90 https://algorithm-arena-v2.onrender.com/ping |