# SchedulerLite **Repository Path**: KingRain.NET/SchedulerLite ## Basic Information - **Project Name**: SchedulerLite - **Description**: 任务调度系统,基于HTTP的外部调度系统,零浸入,包括对基于cron的定时任务和基于时间轮的延迟任务的调用。 - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 15 - **Created**: 2020-01-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SchedulerLite 任务调度系统,基于HTTP的外部调度系统,零浸入,包括对基于cron的定时任务和基于时间轮的延迟任务的调用。 ## 项目说明 1. SchedulerLite.Service 控制台程序,作为服务运行,调用任务 2. SchedulerLite.Manager UI管理界面,录入任务,查看日志 ## 简单配置 ```xml ```