Latest
v2.11.0
Changelog
Release notes, feature additions, and fixes for CronEngine. Follow what changed, why it matters, and which parts of the scheduler got better.
Latest
v2.11.0
Current cycle
v2
Focus
Scheduler
Release notes
Dates are grouped by release month. Larger platform releases include extra context so the update is easier to scan later.
CronEngine can now watch work it does not run, jobs can follow one another, a failed run can try again on its own, and requests can carry values that change per run.
Added
X-CronEngine-Execution-ID, X-CronEngine-Attempt and X-CronEngine-Scheduled-At. All attempts of one run share the execution id, so an endpoint that must act only once can deduplicate on it. Test request sends them too, so that logic can be tried from the form.
{{now}}, {{now.date}}, {{now.unix}}, {{job.id}}, {{job.name}}, {{execution.id}}, {{execution.attempt}} or {{execution.scheduled_at}} and CronEngine fills them in as the request goes out. Values are encoded for where they land, so a job name with a space or a quote cannot break a URL or a JSON body, and variables are not accepted in the hostname. Names CronEngine does not recognise are sent through exactly as written, so a template meant for your own system still passes through untouched. The full list is under Variables you can use in the job form and in the documentation.
Removed
Changed
Stronger protection for the credentials your jobs carry, and for your account itself.
Added
Changed
Weekly and monthly account digests make job health easier to review without adding more real-time noise.
Added
Changed
Smarter per-job notifications and stronger outbound request protection.
Added
Changed
Account security tools. See and control where you are signed in, get alerted to sign-ins from new locations, and move jobs in and out as JSON or a crontab.
Added
Changed
Plan limits are simpler. The Active Time Budget measured in seconds is replaced by a straightforward monthly run allowance, and request timeouts now come from your plan instead of being set per job.
Changed
Added
Fixed
A public status page so anyone can check whether the platform is running, without signing in.
Added
Clearer job failures, and stronger protection for your data.
Added
Improved
Test a job on demand, and a refreshed look across the whole site.
Added
Changed
Live payments, automatic invoices, and dedicated pages for people comparing cron services.
Added
Tools to manage jobs at scale: folders, tags, bulk actions and an agenda.
Added
Complete platform rewrite. CronEngine v2 is rebuilt from the ground up on PHP, Go and MySQL, with a new dispatcher architecture, full Stripe billing, and a redesigned dashboard.
New
Stay current
Create a free account or head back to your dashboard to see the newest CronEngine changes in context.