Skip to content

Releases: peopleworks/RunCommandsService

v2.9.0 - Production resilience & observability

18 Jun 04:48

Choose a tag to compare

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/health for 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

  1. Download RunCommandsService-v2.9.0-win-x64.zip below and extract to e.g. C:\Apps\RunCommandsService.
  2. 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.