FastCron makes it easy to create and manage cronjobs for multiple websites, with your team. Know when your cron jobs are executed, get failure notifications via email, Slack, and webhooks.
Hi there,
I've been running FastCron (fka SetCronJob) since 2009. All those thousands of customers come from word of mouth. I rarely did marketing stuff. This ought to be changed, to make my project grow to its full potential.
Anyway, here I am, sharing my project with the world. I hope that you like it.
In short, FastCron is an online cronjob service. You give it a URL, set a time interval, then FastCron will call your script at the scheduled time.
All features included:
- Run cronjobs really frequently, up to every 5 seconds.
- Support Unix crontab `*/5 * * * *`, simple time interval `5 minutes`, or one-time `08/18/2023, 10:00 PM`
- Custom timezone for each cronjob
- Prevent cronjobs from overlapping (single instance)
- Fully customize HTTP headers and requests
- Auto-retry failed cronjobs
- Detect if the output contains or not a keyword
- Send emails, Slack, or webhook notifications on cronjob failures.
There is a free plan, and starting price for premium plan is only $5/month.
Hi there! How does FastCron ensure security and data privacy when managing cronjobs for multiple websites, especially considering the collaborative nature of the tool? I'm excited to explore our tool! :)
Thanks for your interest. Account owners can add team members with predefined roles (admin, member, and viewer). They can also limit a team member to manage only cronjobs in predefined groups. For example, developers can view, edit, and run cronjobs in the DEV group, while QA can manage cronjobs in the QA/pre-prod group.
Other security measures are standard: password hashing, checking passwords leaked (from haveibeenpwned), two-factor authentication, login throttling limit, data encryption at rest and in transit, etc.
FastCron