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

Module newcron

source code

Created by Attila Csipa <web2py@csipa.in.rs> Modified by Massimo Di Pierro <mdipierro@cs.depaul.edu>

Classes [hide private]
  extcron
  hardcron
  softcron
  Token
  cronlauncher
Functions [hide private]
 
absolute_path_link(path)
Return 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'