Skip to content

Scheduled production Vercel lambda warm-up #46548

Scheduled production Vercel lambda warm-up

Scheduled production Vercel lambda warm-up #46548

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: ./.github/actions/warm-up-vercel
with:
deployment-base-url: "https://app.hash.ai"