Expand description
Client library for the Ora job scheduler.
Re-exports§
pub use admin::AdminClient;
pub use executor::ExecutionContext;
pub use executor::Executor;
pub use executor::ExecutorOptions;
pub use job_definition::JobDefinition;
pub use job_type::JobType;
pub use job_type::TypedJobDefinition;
Modules§
- admin
- Wrappers over client connections that provide higher-level abstractions.
- executor
- An implementation of a job executor.
- job_
definition - Job definitions and related types.
- job_
handle - Wrappers for interacting with jobs.
- job_
query - Query filters for jobs.
- job_
type - Traits and types that allow defining jobs in a mostly type-safe way.
- schedule_
definition - Schedule definitions and details.
- schedule_
handle - A handle to a schedule.
- schedule_
query - Query filters for schedules.
- snapshot
- High-level client for interacting with the Ora server snapshot endpoints.