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
I am calling markseen_msgs JSON-RPC API to mark incoming messages as seen, soon after, the incoming messages are deleted, sometimes it seems there are some race in core and the markseen fails even if the delete_messages is being called after the markseen_msgs call returns (see logs below)
Context:
I have some bots that handle sensitive information, like web gateways, they should forget/delete message requests with URLs as soon as they finish processing/replying to the user
Log:
Jun 20 15:01:17 bomba python[508379]: WARNING src/smtp.rs:835: Error sending MDN for Msg#16597186, removing it:
Jun 20 15:01:17 bomba python[508379]: Message Msg#16597186 does not exist.
Jun 20 15:01:17 bomba python[508379]: WARNING src/scheduler.rs:770: send_smtp_messages failed: Failed to send MDNs:
Jun 20 15:01:17 bomba python[508379]: Message Msg#16597186 does not exist.
Jun 20 15:01:18 bomba python[508379]: WARNING src/quota.rs:141: cannot get highest quota usage: no quota_resource
Jun 20 15:01:18 bomba python[508379]: found, this is unexpected
Jun 20 15:01:21 bomba python[508379]: WARNING src/quota.rs:141: cannot get highest quota usage: no quota_resource
Jun 20 15:01:21 bomba python[508379]: found, this is unexpected
Jun 20 15:01:21 bomba python[508379]: WARNING src/smtp.rs:835: Error sending MDN for Msg#16597187, removing it:
Jun 20 15:01:21 bomba python[508379]: Message Msg#16597187 does not exist.
Jun 20 15:01:21 bomba python[508379]: WARNING src/scheduler.rs:770: send_smtp_messages failed: Failed to send MDNs:
Jun 20 15:01:21 bomba python[508379]: Message Msg#16597187 does not exist.
The text was updated successfully, but these errors were encountered:
I am calling
markseen_msgs
JSON-RPC API to mark incoming messages as seen, soon after, the incoming messages are deleted, sometimes it seems there are some race in core and the markseen fails even if thedelete_messages
is being called after themarkseen_msgs
call returns (see logs below)Context:
I have some bots that handle sensitive information, like web gateways, they should forget/delete message requests with URLs as soon as they finish processing/replying to the user
Log:
The text was updated successfully, but these errors were encountered: