We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f6fb2 commit 3b1f2ccCopy full SHA for 3b1f2cc
1 file changed
lib/entitlements/data/groups/cached.rb
@@ -51,6 +51,8 @@ def self.load_caches(dir)
51
Entitlements.cache[:predictive_state][:by_ou][ou] ||= {}
52
Entitlements.cache[:predictive_state][:by_ou][ou][identifier] = member_set
53
Entitlements.cache[:predictive_state][:by_dn][dn] = { members: member_set, metadata: metadata }
54
+ rescue => e
55
+ raise "Failed to load predictive state cache file #{filename}: #{e.message}"
56
end
57
58
Entitlements.logger.debug "Loaded #{Entitlements.cache[:predictive_state][:by_ou].keys.size} OU(s) from cache"
0 commit comments