Que v0.2.0 Que.Job
Summary
Functions
Handles Job Failure, Calls appropriate worker method and updates the job status to :failed
Handles Job Success, Calls appropriate worker method and updates the job status to :completed
Returns a new Job struct with defaults
Updates the Job struct with new status and spawns & monitors a new Task under the TaskSupervisor which executes the perform method with supplied arguments
Update the Job status to one of the predefined values in @statuses
Types
Functions
Handles Job Failure, Calls appropriate worker method and updates the job status to :failed
Handles Job Success, Calls appropriate worker method and updates the job status to :completed
Updates the Job struct with new status and spawns & monitors a new Task under the TaskSupervisor which executes the perform method with supplied arguments