Page MenuHomePhabricator

[lib] Disable automatic retries of all messages and enable manual retries
ClosedPublic

Authored by tomek on Jul 15 2024, 4:20 AM.
Tags
None
Referenced Files
F2762457: D12746.id42343.diff
Thu, Sep 19, 9:34 AM
F2762041: D12746.id42543.diff
Thu, Sep 19, 9:02 AM
Unknown Object (File)
Mon, Sep 16, 3:16 AM
Unknown Object (File)
Sun, Sep 15, 2:23 PM
Unknown Object (File)
Sun, Sep 15, 10:07 AM
Unknown Object (File)
Sun, Sep 15, 10:05 AM
Unknown Object (File)
Sat, Sep 14, 8:59 PM
Unknown Object (File)
Tue, Sep 3, 7:26 PM
Subscribers

Details

Summary

Modify processOutboundMessages function so that it accepts an optional parameter with a list of message IDs. When this parameter is set, we try to send only these messages - this version is used for both initial send and for a manual retry. When the parameter isn't set, we try to send all the messages (this behavior is changed in the next diff).

https://linear.app/comm/issue/ENG-8676/stop-automatic-retries-of-dms
https://linear.app/comm/issue/ENG-8675/add-option-to-manually-retry-a-message

Depends on D12745

Test Plan

Tested on both native and web: modified our text message sending logic so that DMOps are generated and scheduled when we send a message:

  1. Sent a message and checked if sending messages was attempted.
  2. Modified the logic in processOutboundP2PMessages so that every other message fails. Checked if the retry was attempted after 30s.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage