Skip to content

[GCP HOTFIX] Changed Values and Removed lru_cache for ClientSession

Siarhei Khaletski (EPAM) requested to merge hotfix-gcp-credentials into master

Removed lru_cache for get_http_client_session. With lru_cache it was failing with 'NoneType' object has no attribute 'post' error

Merge request reports