cronix


Cronix

What is Cronix?

Cronix is an open source job scheduling library. It can be easily used to create window services or be embedded in your windows / console applications. Cronix supports compiled and external job registration.
The external ones are written in a F# start-up script as a template. They can be changed whenever you want - no recompilation of your application will be required. Job scheduling is based on CRON expressions. Cronix works well with C# and F# applications.

How to install ?

The Cronix library can be installed from NuGet:
PM> Install-Package Cronix
PM> Install-Package Cronix.Web

Documentation

Troubleshooting

Contributing and copyright

The project is hosted on GitHub where you can report issues, fork the project and submit pull requests. If you're adding a new public API, please also consider adding samples that can be turned into a documentation. You might also want to read the library design notes to understand how it works.

The library is available under Public Domain license, which allows modification and redistribution for both commercial and non-commercial purposes. For more information see the License file in the GitHub repository.

Fork me on GitHub