All Projects → leleroyn → Windows-TaskSchedule

leleroyn / Windows-TaskSchedule

Licence: Apache-2.0 license
Windows下的任务调试框架, 支持Cron表达式,支持任务以插件形式添加,支持调用外部程序,支持部署为windows服务...

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Windows-TaskSchedule

gronx
Lightweight, fast and dependency-free Cron expression parser (due checker), task scheduler and/or daemon for Golang (tested on v1.13 and above) and standalone usage
Stars: ✭ 206 (+428.21%)
Mutual labels:  cronjob, task-scheduler
dw-thread-pool
A simple, header-only, dependency-free, C++ 11 based ThreadPool library.
Stars: ✭ 26 (-33.33%)
Mutual labels:  task-scheduler
aws-lambda-scheduler
aws-lambda-scheduler is EventBridge Rule manager that lets you call any existing AWS Lambda Function you have in a set future time with pre-set parameters. Allows more rule creation than AWS limit.
Stars: ✭ 58 (+48.72%)
Mutual labels:  cronjob
gohive
🐝 A Highly Performant and easy to use goroutine pool for Go
Stars: ✭ 41 (+5.13%)
Mutual labels:  task-scheduler
backup-suite
Backup database, static files and config to AWS S3 with Cronjob
Stars: ✭ 32 (-17.95%)
Mutual labels:  cronjob
TaskManager
A C++14 Task Manager / Scheduler
Stars: ✭ 81 (+107.69%)
Mutual labels:  task-scheduler
php-task
Interface library for the PHPTask library
Stars: ✭ 23 (-41.03%)
Mutual labels:  task-scheduler
safeway-coupons
Automatic coupon clipper for Safeway's online "Just for U" coupons
Stars: ✭ 27 (-30.77%)
Mutual labels:  cronjob
jobor
支持秒级分布式定时任务系统, A high performance distributed task scheduling system, Support multi protocol scheduling tasks
Stars: ✭ 52 (+33.33%)
Mutual labels:  cronjob
speedInspectorRPI
A docker image with a cronjob running speedtest, audit your internet connection/ISP
Stars: ✭ 12 (-69.23%)
Mutual labels:  cronjob
hicma
HiCMA: Hierarchical Computations on Manycore Architectures
Stars: ✭ 21 (-46.15%)
Mutual labels:  task-scheduler
orkid-node
Reliable and modern Redis Streams based task queue for Node.js 🤖
Stars: ✭ 61 (+56.41%)
Mutual labels:  task-scheduler
crontab
cron expression parser and executor for dotnet core.
Stars: ✭ 13 (-66.67%)
Mutual labels:  task-scheduler
kube-job-cleaner
DEPRECATED: Delete complete/failed Kubernetes jobs after one hour
Stars: ✭ 99 (+153.85%)
Mutual labels:  cronjob
ckron
🐋 A cron-like job scheduler for docker
Stars: ✭ 37 (-5.13%)
Mutual labels:  cronjob
theeye-of-sauron
TheEye Dockers and QuickStart
Stars: ✭ 27 (-30.77%)
Mutual labels:  task-scheduler
FilterTreeView
WPF/MVVM Search and Filter Reference Application
Stars: ✭ 56 (+43.59%)
Mutual labels:  task-scheduler
MahiruLauncher
🍢 Cross-platform modular launcher
Stars: ✭ 14 (-64.1%)
Mutual labels:  task-scheduler
outspline
Extensible outliner and personal time organizer to manage todo lists, schedule tasks, remind events.
Stars: ✭ 41 (+5.13%)
Mutual labels:  task-scheduler
terraform-aws-efs-backup
Terraform module designed to easily backup EFS filesystems to S3 using DataPipeline
Stars: ✭ 40 (+2.56%)
Mutual labels:  cronjob

Windows-TaskSchedule

Windows下的任务调试框架, 支持Cron表达式,支持任务以插件形式添加,支持部署为windows服务... 使用注意事项:

  1. 要发布成WindowsService,直接在命令行执行 Windows.TaskSchedule.exe install,卸载用Windows-TaskSchedule.exe uninstall,具体参考topshelf组件的用法。
  2. 添加新任务可能将任务插件(dll文件)直接放在根目录下,并配置好configs下的Jobs.config文件。
  3. 所有任务都需要实现Windows.TaskSchedule.JobFactory.Ijob接口

2015-8-28

  1. 新增任务类型,支持执行exe等可执行程序。

2017-1-1

  1. 新增沙盒模式

2018-1-8

  1. dll反射模式强制使用沙盒模式,增强宿主主程序的稳定性。
  2. dll反射模式必须在参数中指定工作目录:workDir,默认为Bin目录。
  3. dll反射模式默认会加载workDir中与dll同名的后缀为.config的配置文件。
  4. Windows.TaskSchedule.JobFactory.Ijob 接口只保留Excute方法。
  5. 此版本不再兼容2.0版本。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].