Package gluon :: Module newcron
[hide private]
[frames] | no frames]

Module newcron

source code

| This file is part of the web2py Web Framework | Created by Attila Csipa <web2py@csipa.in.rs> | Modified by Massimo Di Pierro <mdipierro@cs.depaul.edu> | License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html)

Cron-style interface

Classes [hide private]
  extcron
  hardcron
  softcron
  Token
  cronlauncher
Functions [hide private]
 
absolute_path_link(path)
Returns an absolute path for the destination of a symlink
source code
 
stopcron()
Graceful shutdown of cron
source code
 
rangetolist(s, period='min') source code
 
parsecronline(line) source code
 
crondance(applications_parent, ctype='soft', startup=False, apps=None) source code
Variables [hide private]
  logger = logging.getLogger("web2py.cron")
  _cron_stopping = False
  _cron_subprocs = []
  __package__ = 'gluon'