Lance job scheduler 3.7

Lancypy is a process/job scheduler implemented in Python. It provides sequentially cron-style timed tasks, job chains, and handles syslogging, email notifications, allows to pause, resume or force instant job execution. It includes a status monitoring system and a Web GUI.

Tags python cron job-queue scheduler cross-platform
License BSDL
State beta

Recent Releases

3.730 Oct 2014 00:25 major feature: New "after" option that allow multiple child triggered by a single father. New feature: "ignore_parent_failure", when a parent fails, will still execute childs with this option set. Added last 10 runtime history on mouseover. Gui improvement: Changed the Enable and Disable by one single button that toggle on or off / improve visibility and avoid mistakes with refresh and run button.