Ensure that all config values have correct type conversion and are superseded by ENV variables where feasible #26

Closed
opened 2025-04-29 09:29:16 +00:00 by stanislav.hejny · 0 comments

Ref epic: CleverSwarm Onboarding #58

  1. Currently the boolean config values are treated as str, which make those always truthy when defined, even if the text says 'False'.
    Ensue that all config is correctly converted to expected type.
  2. Some environment variables are used to provide additional config (e.g. PARALLEL_WORKERS) which is not linked to the global config object. centralize the entire config management to single class and link env variables to corresponding config value.
Ref epic: [CleverSwarm Onboarding #58](https://git.cleverthis.com/clevermicro/clevermicro/issues/58) 1. Currently the boolean config values are treated as str, which make those always truthy when defined, even if the text says 'False'. Ensue that all config is correctly converted to expected type. 2. Some environment variables are used to provide additional config (e.g. PARALLEL_WORKERS) which is not linked to the global config object. centralize the entire config management to single class and link env variables to corresponding config value.
stanislav.hejny added this to the V.01 milestone 2025-06-15 07:32:09 +00:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
You do not have permission to read 1 dependency
Reference: clevermicro/amq-adapter-python#26
No description provided.