Coder Social home page Coder Social logo

cronner's Introduction

travis ci build state Coverage Status

Introduction

This project is a simple replacement for the Windows Task Scheduler. It's pure Python (except for sleep), so there's no reason you couldn't use it on Linux, but there isn't much of a point to that.

The basic principle is that cron jobs and settings are stored in a JSON text file. This file is read, processed, and the results are stored each time you run the script.

Previous runs and results are stored in an SQLite database (which we call the cache). The script loads the cache and figures out whether or not a cron job should run based on the cron settings and the previous run. There is currently no service that runs in the background. You'll need to run the script each time you want to check the jobs. In other words, "run every minute" jobs are probably not want you want to use this for (although there's nothing stopping you from doing so).

Documentation

Documentation is hosted on readthedocs: cronner.readthedocs.org

Install

Releases are uploaded to pypi. You can install the latest release with pip install cronner.

You can also download the latest release tarball and install with pip install <tarball>.

Usage

To run the script, use: python -m cronner --settings-file jobs.json --cache-file cache.db --log-file log.txt

The cache file will be created if it doesn't already exist.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.