errcron.bot module¶
Bot class extensions
-
class
errcron.bot.CrontabMixin¶ Bases:
objectMix-in class to implement crontab features
If you will use crontab by it, call activate_crontab
-
activate()¶
-
activate_crontab()¶ Activate polling function and register first crontab
-
load_job_from_string(spec)¶
-
poll_crontab()¶ Check crontab and run target jobs
-