SpaceTeam/STS1_EDU_Scheduler

Properly handle config data

Open

#129 opened on Dec 3, 2023

 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
Featureenhancementgood first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, we read configuration data from a config.toml file in the working directory.

This should be improved to

  • load the config file not in main, but in a global (see lazy_static)
  • add more config options like
    • maximum result file size
    • CEP timeouts

Contributor guide