The config is getting reloaded every XX minutes. At some point of time it gets `null` value, and following processing is broken ``` TypeError: Cannot destructure property 'deploy' of 'getConfig(...)' as it is null. ```
The config is getting reloaded every XX minutes.
At some point of time it gets
nullvalue, and following processing is broken