Crate svc_scheduler

source ·
Expand description

Arrow Banner

svc-scheduler Service

GitHub stable release (latest by date) GitHub release (latest by date including pre-releases) Coverage Status Sanity Checks Python PEP8 Rust Checks Arrow DAO Discord

Overview

svc-scheduler is responsible for scheduling, confirming and canceling flights.

Re-exports

  • pub use crate::config::Config;

Modules

  • Config
  • gRPC provides client and server implementations for gRPC
  • gRPC provides Redis implementations for caching layer

Macros

  • Writes a debug! message to the app::grpc logger
  • Writes a error! message to the app::grpc logger
  • Writes a info! message to the app::grpc logger
  • Writes a warn! message to the app::grpc logger
  • Writes a debug! message to the app::router logger
  • Writes a error! message to the app::router logger
  • Writes a info! message to the app::router logger
  • Writes a warn! message to the app::router logger
  • Writes a debug! message to the backend::tasks::tasks logger
  • Writes a error! message to the backend::tasks::tasks logger
  • Writes a info! message to the backend::tasks::tasks logger
  • Writes a warn! message to the backend::tasks::tasks logger

Statics

Functions