Page MenuHomePhabricator

[services] Tunnelbroker - Disable messages persistence config parameter
ClosedPublic

Authored by max on Feb 6 2023, 2:47 AM.
Tags
None
Referenced Files
F1780155: D6622.diff
Sat, May 18, 2:17 AM
Unknown Object (File)
Mon, May 13, 6:52 PM
Unknown Object (File)
Sun, Apr 21, 9:19 PM
Unknown Object (File)
Sun, Apr 21, 9:19 PM
Unknown Object (File)
Sun, Apr 21, 9:19 PM
Unknown Object (File)
Sun, Apr 21, 9:18 PM
Unknown Object (File)
Sun, Apr 21, 9:16 PM
Unknown Object (File)
Mar 20 2024, 4:29 PM
Subscribers

Details

Summary

This diff introduces adding the messages.skip_persistence config flag to disable the persistence of the message using the DynamoDB database in a Tunnelbroker.

Linear task: ENG-2641

Test Plan

Adding the skip_persistence flag to the [messages] section of the config file results in a true return from the isParameterSet('messages.skip_persistence') function call.

Diff Detail

Repository
rCOMM Comm
Branch
add-skip-messages-persistence
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

max held this revision as a draft.
max edited the test plan for this revision. (Show Details)
max added a reviewer: bartek.
This revision is now accepted and ready to land.Feb 7 2023, 9:01 AM

Rebasing on master, fixing based on D6749 changes.