APScheduler

In-process task scheduler with Cron-like capabilities
Download

APScheduler Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Alex Gr?nholm
  • Publisher web site:
  • http://apscheduler.nextday.fi/

APScheduler Tags


APScheduler Description

In-process task scheduler with Cron-like capabilities APScheduler is a light but powerful in-process task scheduler that lets developers schedule functions (or any python callables) to be executed at times of your choosing.This can be a far better alternative to externally run cron scripts for long-running applications (e.g. web applications), as it is platform neutral and can directly access your application's variables and functions.The development of APScheduler was heavily influenced by the Quartz task scheduler written in Java, although APScheduler cannot claim as many features. Here are some key features of "APScheduler": · No external dependencies · Thread-safe API · Cron-like scheduling · Delayed scheduling of single fire jobs (like the UNIX "at" command) · Interval-based scheduling of jobs, with configurable start date and repeat count Requirements: · Python


APScheduler Related Software