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
- Use an internal cache for checking if an org has sso enabled. While we
cache the results in redis, this still requires checking redis, and then
hitting the DB, a local cache avoids that.
- Instead of doing two queries for getting the teams (admin and read
only), just do it in one.
0 commit comments