Page MenuHomePhabricator

[services] Tunnelbroker - Disable messages persistence config parameter
ClosedPublic

Authored by max on Feb 6 2023, 2:47 AM.
Tags
None
Referenced Files
F3245819: D6622.id22980.diff
Thu, Nov 14, 8:22 PM
Unknown Object (File)
Sat, Oct 26, 9:59 PM
Unknown Object (File)
Sat, Oct 26, 9:59 PM
Unknown Object (File)
Sat, Oct 26, 9:59 PM
Unknown Object (File)
Sat, Oct 26, 9:58 PM
Unknown Object (File)
Sat, Oct 26, 9:56 PM
Unknown Object (File)
Sep 27 2024, 10:55 AM
Unknown Object (File)
Sep 26 2024, 9:34 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.