Skip to content

Service

flowtask.scheduler.handlers.service

Scheduler Service.

API View for Managing Jobs in NAV Scheduler.

SchedulerService

Bases: BaseView

Scheduler Manager Facility.

Facility for a remotely accessible Scheduler Service. can add, modify, remove, pause or re-schedule jobs, looking for job information, etc.

TODO: Can we use it also as RPC Service.

get: Get all information about a Job. put: inserting a new Job into the jobstore. post: modify a Job or re-schedule a Job. delete: removing (or pausing) a Job. patch: restart a Job o submitting a Job.