Crate jatsl

Crate jatsl 

Source

Macros§

schedule
Schedule jobs on a given scheduler with some context
schedule_and_wait
Same as schedule! but waits for jobs to reach Ready state for the first time

Structs§

JobScheduler
Job and task lifecycle handler
StatusServer
HTTP healthcheck server
TaskManager
Manager for tasks and jobs
TaskResourceHandle
Notification handle for a resource

Enums§

State
State of the observed application

Traits§

Job
Persistent execution unit

Type Aliases§

JobManager
TaskManager for Jobs containing no context