Kitto v0.9.1 Kitto.Job View Source

Contains functions to run jobs based on their specified options.

Link to this section Summary

Functions

Runs the job based on the given options

Registers a job to be started as a process by the runner supervisor

Starts a job process

Link to this section Functions

Link to this function new(job) View Source
new(map) :: no_return

Runs the job based on the given options

Link to this function register(server, name, options, definition, job) View Source
register(pid, atom, keyword, map, (() -> any)) :: map

Registers a job to be started as a process by the runner supervisor

Starts a job process