Skip to content

Keep StockSense Alive #950

Keep StockSense Alive

Keep StockSense Alive #950

Workflow file for this run

name: Keep StockSense Alive
on:
schedule:
- cron: '*/10 * * * *' # Every 10 minutes
workflow_dispatch: # Manual trigger too
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Ping StockSense Health
run: |
curl --max-time 500 --retry 3 --retry-delay 10 \
-f https://stocksense-agent.onrender.com/health