All Projects → fluentscheduler → Fluentscheduler

fluentscheduler / Fluentscheduler

Licence: other
Automated job scheduler with fluent interface for the .NET platform.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Fluentscheduler

Quantum Core
⌚ Cron-like job scheduler for Elixir
Stars: ✭ 1,905 (-17.53%)
Mutual labels:  scheduler
Ej2 Angular Ui Components
Syncfusion Angular UI components library offer more than 50+ cross-browser, responsive, and lightweight angular UI controls for building modern web applications.
Stars: ✭ 159 (-93.12%)
Mutual labels:  scheduler
Cloudtask
cloudtask is a distributed task scheduling platform.
Stars: ✭ 173 (-92.51%)
Mutual labels:  scheduler
Heliocron
A command line application written in Rust capable of delaying execution of other programs for time periods relative to sunrise and sunset.
Stars: ✭ 152 (-93.42%)
Mutual labels:  scheduler
Ansible Nomad
⌚️ Ansible role for Nomad
Stars: ✭ 157 (-93.2%)
Mutual labels:  scheduler
Zap
An asynchronous runtime with a focus on performance and resource efficiency.
Stars: ✭ 162 (-92.99%)
Mutual labels:  scheduler
Easyappointments
Easy!Appointments is a highly customizable web application that allows customers to book appointments with you via a sophisticated web interface. Moreover, it provides the ability to sync your data with Google Calendar so you can use them with other services. It is an open source project that you can download and install even for commercial use. Easy!Appointments will run smoothly with your existing website as it can be installed in a single folder of the server and of course share an existing database.
Stars: ✭ 2,013 (-12.86%)
Mutual labels:  scheduler
Finch
Stars: ✭ 182 (-92.12%)
Mutual labels:  scheduler
Consoletableext
A fluent library to print out a nicely formatted table in a console application C#
Stars: ✭ 158 (-93.16%)
Mutual labels:  fluent
Scheduler
Task scheduler for Golang
Stars: ✭ 171 (-92.6%)
Mutual labels:  scheduler
Cylc Flow
Cylc: a workflow engine for cycling systems. Repository master branch: core meta-scheduler component of cylc-8 (in development); Repository 7.8.x branch: full cylc-7 system.
Stars: ✭ 154 (-93.33%)
Mutual labels:  scheduler
Ects
Elastic Crontab System 简单易用的分布式定时任务管理系统
Stars: ✭ 156 (-93.25%)
Mutual labels:  scheduler
Chronus
Chronus是360金融技术团队基于阿里开源项目TBSchedule重写的分布式调度。
Stars: ✭ 166 (-92.81%)
Mutual labels:  scheduler
Graphicscontrols
Experimental GraphicsControls - Build drawn controls (Cupertino, Fluent and Material)
Stars: ✭ 149 (-93.55%)
Mutual labels:  fluent
Flask Rq2
A Flask extension for RQ.
Stars: ✭ 176 (-92.38%)
Mutual labels:  scheduler
Funiture
慕课网课程推荐 Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等
Stars: ✭ 1,786 (-22.68%)
Mutual labels:  scheduler
Phive Queue
$queue->push('I can be popped off after', '10 minutes');
Stars: ✭ 161 (-93.03%)
Mutual labels:  scheduler
Post Scheduler
Schedule posts & content updates for static websites (Jekyll, Hugo, Gatsby, Phenomic etc)
Stars: ✭ 184 (-92.03%)
Mutual labels:  scheduler
Ej2 Vue Ui Components
Syncfusion Vue UI component library offer more than 50+ cross-browser, responsive, and lightweight vue UI controls for building modern web applications.
Stars: ✭ 182 (-92.12%)
Mutual labels:  scheduler
Ej2 React Ui Components
Syncfusion React UI components library offer more than 50+ cross-browser, responsive, and lightweight react UI controls for building modern web applications.
Stars: ✭ 166 (-92.81%)
Mutual labels:  scheduler

logo

logo logo

FluentScheduler

Automated job scheduler with fluent interface for the .NET platform.

JobManager.Initialize();

JobManager.AddJob(
    () => Console.WriteLine("5 minutes just passed."),
    s => s.ToRunEvery(5).Minutes()
);

Learning? Check the documentation!

Comments? Problems? Suggestions? Check the issues!

Want to help? Check the help wanted label!

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].