vcron.
Cron jobs for HTTP endpoints.
Register your APIs, create scheduled jobs, and let vcron hit your endpoints on time — every time. No infrastructure needed.
Building production-ready cron jobs with auto retries, run history, and multi-app support.
Expertise
Built for reliability.
Flexible Scheduling
Cron expressions or simple intervals
Every 30 seconds to daily at midnight. Full 5-field cron support plus interval:N syntax for sub-minute scheduling.
Multi-App Support
Register multiple APIs as apps
Each app has its own base URL. Jobs define relative paths like /healthz. Full URL is constructed automatically.
Built-in Retries
Automatic exponential backoff
Configurable retry count per job with 2^n second backoff. Timeout and max attempts fully customizable.
Run History
Full execution logs
Status codes, response bodies, durations and error messages stored for every single job execution.
Secure Auth
Bcrypt + JWT sessions
Username and password authentication. Your data is scoped to your account — no one else sees your jobs.
Lightweight
Runs on 1GB VPS
Rust backend with SQLite. No external database process. Minimal RAM usage, optimized binary.
How it works
Three steps to automate.
Step 01
Register your API
Create an app with a base URL — e.g. https://api.blu3.in. Add a description so you remember what it's for.
Step 02
Add jobs
Define paths like /healthz, pick a schedule (every 30s, every 5min, cron expression), set method and headers.
Step 03
Relax
vcron hits your endpoints on schedule and logs every result. Check the logs page for status, duration and response bodies.
Highlights
30s
Minimum Interval
10x
Max Retry Count
1MB
Max RAM Usage
Ready to automate?
Create an account and start scheduling jobs in under a minute.
Get Started — It's Free