This allows retrying messages generated by a single action.
https://linear.app/comm/issue/ENG-8675/add-option-to-manually-retry-a-message
Depends on D12743
Paths
| Differential D12744 Authored by tomek on Jul 15 2024, 4:05 AM.
Details Summary This allows retrying messages generated by a single action. https://linear.app/comm/issue/ENG-8675/add-option-to-manually-retry-a-message Depends on D12743 Test Plan Tested in combination with the rest of the stack. Sending messages requires calling this API so checking if messages are sent tests it.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. ยท View Herald TranscriptJul 15 2024, 4:05 AM2024-07-15 04:05:59 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Jul 15 2024, 4:25 AM2024-07-15 04:25:23 (UTC-7) Harbormaster completed remote builds in B30378: Diff 42341.Jul 16 2024, 5:06 AM2024-07-16 05:06:52 (UTC-7) Harbormaster completed remote builds in B30409: Diff 42380.Jul 17 2024, 5:46 AM2024-07-17 05:46:29 (UTC-7) Harbormaster completed remote builds in B30416: Diff 42388.Jul 17 2024, 8:37 AM2024-07-17 08:37:56 (UTC-7) tomek edited the test plan for this revision. (Show Details)Jul 17 2024, 9:20 AM2024-07-17 09:20:59 (UTC-7) This revision is now accepted and ready to land.Jul 18 2024, 6:04 AM2024-07-18 06:04:48 (UTC-7) Comment Actions Rename
Harbormaster completed remote builds in B30473: Diff 42472.Jul 18 2024, 8:27 AM2024-07-18 08:27:10 (UTC-7) Closed by commit rCOMMb2e49dd51ea2: [native][web] Add a method fetching messages by ID (authored by tomek). ยท Explain WhyJul 19 2024, 7:47 AM2024-07-19 07:47:31 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 42540 native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.h
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
native/cpp/CommonCpp/DatabaseManagers/entities/EntityQueryHelpers.h
native/cpp/CommonCpp/NativeModules/CommCoreModule.h
|