Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33138200
D13314.1768503148.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
571 B
Referenced Files
None
Subscribers
None
D13314.1768503148.diff
View Options
diff --git a/services/identity/src/database/one_time_keys.rs b/services/identity/src/database/one_time_keys.rs
--- a/services/identity/src/database/one_time_keys.rs
+++ b/services/identity/src/database/one_time_keys.rs
@@ -141,6 +141,7 @@
match transaction {
Ok(_) => return Ok((Some(otk_row.otk), requested_more_keys)),
Err(e) => {
+ info!("Error retrieving one-time key: {:?}", e);
let dynamo_db_error = DynamoDBError::from(e);
let retryable_codes = HashSet::from([
retry::CONDITIONAL_CHECK_FAILED,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 6:52 PM (20 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5933464
Default Alt Text
D13314.1768503148.diff (571 B)
Attached To
Mode
D13314: [identity] update transactwriteitems error log
Attached
Detach File
Event Timeline
Log In to Comment