SimpleScheduler 是一个基于配置文件驱动的轻量级服务调度器。它的核心设计理念是将 服务执行的细节(如 API 地址、命令行工具)与客户端调用分离。客户端只需关心业务参数,而无需了解后端的具体实现。
- Updated
Nov 13, 2025 - TypeScript
SimpleScheduler 是一个基于配置文件驱动的轻量级服务调度器。它的核心设计理念是将 服务执行的细节(如 API 地址、命令行工具)与客户端调用分离。客户端只需关心业务参数,而无需了解后端的具体实现。
Simple scheduler with fluent interface to use instead of System.Timer
Add a description, image, and links to the simplescheduler topic page so that developers can more easily learn about it.
To associate your repository with the simplescheduler topic, visit your repo's landing page and select "manage topics."