Releases: peopleworks/RunCommandsService
Releases · peopleworks/RunCommandsService
v2.9.0 - Production resilience & observability
Scheduled Command Executor v2.9.0
Production-grade resilience and observability for the .NET 9 Windows service.
Highlights
- 80+ time-zone mappings (IANA + Windows) with explicit fallback warnings.
- Startup validation report — valid/invalid jobs, cron errors, and TZ issues at a glance.
- Scheduler heartbeat exposed on
/api/healthfor early failure detection. - Exponential backoff on scheduler errors (10s -> 20s -> 40s -> 60s) with critical alerts after 3+ failures.
- Protected hot-reload — a bad config edit keeps the previous valid config running.
- Live monitoring dashboard with KPIs, jobs, recent executions, and a log tail.
Install
- Download
RunCommandsService-v2.9.0-win-x64.zipbelow and extract to e.g.C:\Apps\RunCommandsService. - Follow the Install as a Windows Service steps in the README.
Requires the .NET 9 runtime. See the README for full configuration and API reference.