SCAInvoker access the config model, which is known to be non-thread-safe, at runtime which can potentially lead to issues with concurrent requests. Initialize local variables with the necessary config settings in the constructor and remove runtime access to the config model.
|