Compare commits
4 commits
claude/cha
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b9d81fc6c | ||
|
|
5cf777d0bf | ||
|
|
0be2700c01 | ||
|
|
9bf4d921a6 |
1 changed files with 37 additions and 0 deletions
37
.github/workflows/ping.yml
vendored
Normal file
37
.github/workflows/ping.yml
vendored
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
name: Health Check Ping
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "*/10 * * * *"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ping:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Ping 1
|
||||||
|
run: curl -fsS --retry 3 https://hello-world-3o95ks7si-our-claude-s-projects.vercel.app/api/ping
|
||||||
|
|
||||||
|
- name: Wait 2 min
|
||||||
|
run: sleep 120
|
||||||
|
|
||||||
|
- name: Ping 2
|
||||||
|
run: curl -fsS --retry 3 https://hello-world-3o95ks7si-our-claude-s-projects.vercel.app/api/ping
|
||||||
|
|
||||||
|
- name: Wait 2 min
|
||||||
|
run: sleep 120
|
||||||
|
|
||||||
|
- name: Ping 3
|
||||||
|
run: curl -fsS --retry 3 https://hello-world-3o95ks7si-our-claude-s-projects.vercel.app/api/ping
|
||||||
|
|
||||||
|
- name: Wait 2 min
|
||||||
|
run: sleep 120
|
||||||
|
|
||||||
|
- name: Ping 4
|
||||||
|
run: curl -fsS --retry 3 https://hello-world-3o95ks7si-our-claude-s-projects.vercel.app/api/ping
|
||||||
|
|
||||||
|
- name: Wait 2 min
|
||||||
|
run: sleep 120
|
||||||
|
|
||||||
|
- name: Ping 5
|
||||||
|
run: curl -fsS --retry 3 https://hello-world-3o95ks7si-our-claude-s-projects.vercel.app/api/ping
|
||||||
Loading…
Reference in a new issue