Developing a job scheduler in go
Table of contents History Introduction Source Documentation Tests Packages Overview Cron Task Job Orchestrator History Date Changes 2024/10/04 Initial publication Introduction For some tools I am working on related to Citrix and NetScaler, I needed the capability to schedule jobs or commands at a fixed time or at an interval. While technically possible to use “cron” on Linux/BSD-based operating systems, and “scheduled tasks” on Windows, I wanted to provide the capability through the tool itself when running as a daemon or windows service.