Skip to content

Scheduled production Vercel lambda warm-up #65166

Scheduled production Vercel lambda warm-up

Scheduled production Vercel lambda warm-up #65166

name: Scheduled production Vercel lambda warm-up
on:
schedule:
- cron: "*/3 * * * *" ## Every 3 minutes
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
warm_up_production_site:
name: Warm up Vercel lambdas
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ./.github/actions/warm-up-vercel
with:
deployment-base-url: "https://app.hash.ai"