These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
About EasyCron
EasyCron runs scheduled jobs from its own servers by sending HTTP requests to endpoints you choose. You set the schedule with a standard cron expression, a fixed interval or by picking times by hand, and it shows a preview of the next run times.
Each run can be logged with its output. Failure logs are kept apart so they are not overwritten by later successful runs. Email notices can be sent on every run or only on failure, and webhooks are supported. Requests can use any HTTP method, with a body for POST, PUT and PATCH. It suits anyone who needs cron without keeping a server running.
Strengths
- Accepts standard cron expressions as well as intervals and hand-picked times
- Shows a preview of upcoming run times
- Separate failure logs and email alerts on failure
- Supports all common HTTP methods and request bodies
Limitations
- Can only trigger jobs reachable over HTTP, not local scripts
- Depends on a third-party service being up
Details
- Pricing
- FreemiumA free account is available, with paid plans offered.
- License
- Proprietary
- Platforms
- Web
- How it runs
- Web application, Hosted service
- Account
- Required
- Works offline
- No
- Best suited for
- Running scheduled web tasks without maintaining a server's crontab
- Categories
- Automation, Notifications & webhooks
- Last verified
- Added
- Provenance
- Selected from the TechWalrus Resource Hub (Status & Uptime Monitoring); facts checked against the developer's own pages, 2 sources on file.
Alternatives to EasyCron
Compare allSoftware that can replace EasyCron for an important use case, and what changes if you switch.
cron-job.org
A free hosted scheduler that calls URLs on a schedule, from once a minute to yearly.
cron-job.org is completely free rather than freemium, runs jobs as often as once per minute and offers a REST API, though it also only triggers HTTP requests.
Similar software
Related functionality, not necessarily a direct replacement.
Cronitor
A hosted monitoring service for cron jobs, background workers, websites and APIs, with failure alerts.
Dead Man's Snitch
A hosted monitoring service that alerts you when a cron job or scheduled task fails to run.
Windmill
An open-source, self-hostable platform for turning scripts into workflows, internal apps and scheduled jobs.
huginn
Build self-hosted agents that watch for events and trigger actions.
Cronicle
A self-hosted, distributed task scheduler and runner with a web interface.
webhook
A lightweight server that runs shell commands when incoming HTTP webhooks match configured hooks.