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
Member

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 the
Type
Bug
Points
5
State
Verified
labels 2025-04-29 09:29:16 +00:00
stanislav.hejny self-assigned this 2025-04-29 09:29:33 +00:00
stanislav.hejny added
State
Completed
Signed-off: Owner
and removed
State
Verified
labels 2025-04-30 19:04:31 +00:00
stanislav.hejny added this to the V.01 milestone 2025-06-15 07:32:09 +00:00
stanislav.hejny added this to the Sprint May 1st- 14th project 2025-06-15 07:32:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Blocks
You do not have permission to read 1 dependency
Reference: clevermicro/amq-adapter-python#26