You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the request fails before "cache_for_dublicate_requests.clear()" happens, that cache will persist and will stop users from creating new requests until the refresh of lambda's environment.
Consider cleaning the cache after sending a message to the user about an error: https://github.com/fivexl/terraform-aws-sso-elevator/blob/main/src/main.py#L39
The text was updated successfully, but these errors were encountered:
If the request fails before "cache_for_dublicate_requests.clear()" happens, that cache will persist and will stop users from creating new requests until the refresh of lambda's environment.
Consider cleaning the cache after sending a message to the user about an error: https://github.com/fivexl/terraform-aws-sso-elevator/blob/main/src/main.py#L39
The text was updated successfully, but these errors were encountered: