# SchedulerLite **Repository Path**: loogn/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**: 51 - **Forks**: 15 - **Created**: 2018-01-18 - **Last Updated**: 2023-11-20 ## Categories & Tags **Categories**: task-schedule **Tags**: None ## README # 请使用[HttpQuartz](https://gitee.com/loogn/httpquartz)项目 # SchedulerLite 任务调度系统,基于HTTP的外部调度系统,零浸入,包括对基于cron的定时任务和基于时间轮的延迟任务的调用。 ## 项目说明 1. SchedulerLite.Service 控制台程序,作为服务运行,调用任务 2. SchedulerLite.Manager UI管理界面,录入任务,查看日志 ## 简单配置 ```xml ```