Don't let your application suffer from flaky cron jobs. Know when your scheduled jobs fail, why, and (more importantly) where to fix the problem in your code.
See events across projects, including missed, failed, and successful check-ins. Know which projects to prioritize based on issue frequency.
Track runtime averages and trends for each job execution. Understand the health of your project to proactively address bottlenecks and inefficiencies.
See the docsConfigure monitors by environment, schedule using crontab or interval, and ping - down to the minute. Monitor the jobs your team cares about.
See the docsGet alerted when and how you want with third-party integrations into Slack, Teams, Twilio, PagerDuty, and more. See issues that matter and triage faster.
See the docsYou can monitor a recurring job of any type through check-ins that notify Sentry when a job has started, finished, or if it ran successfully or failed.
You can set up Crons with only a few lines of code. Your existing SDK + DSN can be used for configuration.
Yes, we provide integrations for Celery and Next.js that automatically set up monitors, or you can use our REST API to configure them on your first check-in.
Crons records each job's start time and end time, duration, and automatically tracks any errors thrown during execution.