Skip to content

crontinel/crontinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crontinel

Open-source monitoring for cron jobs, background workers, and scheduled tasks.

Crontinel catches what generic uptime tools miss — the job that started but crashed silently, the queue worker that stopped processing, the cron that fired but did nothing.


Ecosystem

Crontinel is available across your entire stack:

Package Description Status
crontinel/php PHP core library CI
crontinel/laravel Laravel integration CI
crontinel/node Node.js SDK CI
crontinel/python Python SDK CI
crontinel/go Go SDK CI
crontinel/rust Rust SDK CI
crontinel/ruby Ruby SDK CI
crontinel/ruby-on-rails Rails integration CI
crontinel/cli CLI tool CI
crontinel/mcp-server MCP server CI
crontinel/status-page Status page

Hosting

Service URL Description
App app.crontinel.com Hosted SaaS
Status status.crontinel.com Public status page
Docs docs.crontinel.com Full documentation
Landing crontinel.com Marketing site

Quick Start

Install the PHP package:

composer require crontinel/php

Or the Laravel package:

composer require crontinel/laravel

See docs.crontinel.com for full setup instructions.

Features

  • Process-level monitoring — not just "is the server up?" but "are your workers actually working?"
  • Laravel Horizon support — reads worker state directly from Redis
  • Background job tracking — knows when jobs start, finish, and fail
  • Smart alerting — alerts go where your team works (Slack, email, webhooks, PagerDuty)
  • Self-hostable — MIT licensed, run it on your own infrastructure

License

MIT © Harun R Rayhan

About

Crontinel - Open-source monitoring for cron jobs and background tasks

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors