반응형

 

https://www.uptimerobot.com

 

UptimeRobot: Free Website Monitoring Service

Start monitoring in 30 seconds. Use advanced SSL, keyword and cron monitoring. Get notified by email, SMS, Slack and more. Get 50 monitors for FREE!

uptimerobot.com

 

직관적인 무료서비스 

url 입력하면 5분 ,10분 간격으로 호출 해준다

 

 

-------------------  github  기능 인데 난 위 서비스 추천한다 -------------------------------

주기적인 ping 깨우기 github action 기능

 

배치로 주기적으로 호출 해준다.

name: Keep Render App Awake
on:
  schedule:
    - cron: '*/20 * * * *'  # 20분마다 실행

jobs:
  keep_alive:
    runs-on: ubuntu-latest
    steps:
      - name: Send request to keep app awake
        run: curl -s https://bitcoinauto.onrender.com > /dev/null

 

무료 서비스 좋타

반응형

+ Recent posts