Page MenuHomePhabricator

[services] Tunnelbroker - Disable messages persistence config parameter
ClosedPublic

Authored by max on Feb 6 2023, 2:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 17, 1:03 PM
Unknown Object (File)
Thu, Apr 17, 8:14 AM
Unknown Object (File)
Thu, Apr 17, 7:23 AM
Unknown Object (File)
Thu, Apr 17, 5:53 AM
Unknown Object (File)
Wed, Apr 16, 12:29 PM
Unknown Object (File)
Mar 22 2025, 7:37 PM
Unknown Object (File)
Mar 10 2025, 10:34 PM
Unknown Object (File)
Mar 6 2025, 6:34 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.