Save Hours of DevOps Time
CronDev is a serverless platform for running and monitoring your cronjobs & automated scripts.

How does it work?
Upload your code and we will schedule, run and monitor it for you -
No server, maintenance or infrastructure required.
Function
Code to do some automated task
Schedule
The time interval to run your function
Alert
Enable alerts to get notify of errors
JavaScript
1//upload a .js file
2
3//export a function name 'handler'
4exports.handler = async () => {
5
6 //do work here
7 console.log('CronDev is awesome')
8
9 //call another function
10 await backupData()
11};
12
13const backupData = async() => {
14...
15
Monitoring
Get notified when something goes wrong
No additional steps required to monitor your job. CronDev will automatically watch for runtime errors. You will be notified if something goes wrong.

Serverless
Run your cronjobs & scripts in a secure and reliable environment.
Submit your code and we will take care of the rest - no maintenance required. CronDev will run your code in a secure and reliable environment.

What Our Customers Do
Checkout the different ways our customers leverage CronDev to quickly
build their automated systems.
Why CronDev?
Spend more time developing and iterating
while we handle the rest.
Maintain Zero Servers
We will take care of the infrastructure
Get Alert Notifications
We will alert you when things go wrong
Fast & Easy Deployment
It takes less than a minute to get started
Add Team Members
Work with others on the same account
Runtime Logs
We keep logs of your past runs for you
Safe & Secure
Your function runs in an isolated VM