Module kueue_lib::config

source ·
Expand description

Shared config file “config.toml”.

All binary crates share a common config file, which is separated into groups. The “common_settings” group contains settings related to multiple crates while “server_settings”, “worker_settings”, “client_settings”, and “restart_workers” contain settings associated with their respective crates.

Structs

  • Settings related to the client crate.
  • Common settings shared among all crates.
  • The Config struct represents the read TOML config file and holds the settings for all individual crates.
  • Setting related to the optional “restart_workers” crate.
  • Settings related to the server crate.
  • Settings related to the worker crate.

Functions

  • Returns the system-specific default path of the config file.