added job handling... a bit... :)
This commit is contained in:
parent
222af81bed
commit
5e1e06355c
5 changed files with 77 additions and 36 deletions
|
|
@ -12,7 +12,8 @@ from periods import CronPeriod, DatePeriod, IntervalPeriod
|
|||
from lib.services.service import Service
|
||||
from lib.processors.processor import Processor
|
||||
from lib.parsers.parser import Parser
|
||||
from lib.tasks.task import Task
|
||||
from lib.tasks.task import Task
|
||||
from argparse import Namespace
|
||||
|
||||
MOD_SERVICES = "services"
|
||||
MOD_PROCESSORS = "processors"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue