Cron Job Monitoring for Railway
Monitor your Railway cron jobs with CronHook. Get instant alerts when your scheduled tasks fail on Railway's serverless platform.
Quick Setup
Create a free CronHook check, copy your ping URL, and add it to your Railway setup:
Railway
*/5 * * * * /app/task.sh && curl -fsS https://cronhook.site/ping/YOUR_CHECK_ID How It Works
- Create a check — Give it a name, set the expected period (e.g. 5 minutes).
- Add the ping — Add the curl request (or HTTP call) at the end of your task.
- Get alerted — If the ping doesn't arrive on time, CronHook alerts you via Email, Slack, or Discord.