APScheduler

In-process task scheduler with Cron-like capabilities
Download

APScheduler Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT
  • Price:
  • FREE
  • Publisher Name:
  • Alex Gronholm
  • Publisher web site:
  • http://apscheduler.nextday.fi/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 8 KB

APScheduler Tags


APScheduler Description

In-process task scheduler with Cron-like capabilities APScheduler (Advanced Python Scheduler) is an open source, light but powerful in-process task scheduler that lets you 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. 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