Skip to content

Scheduled production Vercel lambda warm-up #123310

Scheduled production Vercel lambda warm-up

Scheduled production Vercel lambda warm-up #123310

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: ./.github/actions/warm-up-vercel
with:
deployment-base-url: "https://app.hash.ai"