Subscriberdb_cache service that monitors/updates digests on all existing networks#7472
Conversation
|
Thanks for opening a PR! 💯 Please note that all commits must be signed off. This is enforced by the Howto
More infoPlease take a moment to read through the Magma project's
If this is your first Magma PR, also consider reading
|
c2c115c to
51e6da8
Compare
51e6da8 to
a0f883b
Compare
fbec1e6 to
bc5c580
Compare
7d95978 to
41e0f41
Compare
a6d1aea to
914b9bc
Compare
914b9bc to
37de9d2
Compare
66350c0 to
2f057b3
Compare
hcgatewood
left a comment
There was a problem hiding this comment.
First half of my comments got added to a separate review for some reason, I think. Anyways, looks good, handle the handful of comments then I think we'll be in a good spot
c556b0a to
8b3ff53
Compare
8b3ff53 to
137dc68
Compare
hcgatewood
left a comment
There was a problem hiding this comment.
Looks great, couple nits. Msg me when updated, I'll plan to merge the updated PR tonight 🙂
137dc68 to
7c5d431
Compare
hcgatewood
left a comment
There was a problem hiding this comment.
Okay lgtm! Fix the couple nits then msg, we can merge this and the charts PR tomorrow morning, then the agw PR tomorrow afternoon
f96ed62 to
89bf90a
Compare
Signed-off-by: Yuanyuting Wang <[email protected]>
Signed-off-by: Yuanyuting Wang <[email protected]>
Signed-off-by: Yuanyuting Wang <[email protected]>
89bf90a to
8887eb2
Compare
hcgatewood
left a comment
There was a problem hiding this comment.
Okay shoot one last thing -- we need to enable the digests by default 🙂
Signed-off-by: Yuanyuting Wang <[email protected]>
e0c94a6 to
a6dc360
Compare
…ing networks (magma#7472) Signed-off-by: Ramon Melero <[email protected]>
Signed-off-by: Yuanyuting Wang [email protected]
Summary
DigestLookupsql store that keeps a list (updated every<configurable_interval>) of deterministic digests for all existing networkssubscriberdb_cacheservice that continuously monitors and updates the digest storesubscriberdb/digest_generator.gothat is in charge of generating deterministic network configs digests, which are concatenations of the subscribers digest and apn resources digest per networkTest Plan
digest_lookupandutilsinsubscriberdb. All should passsubscriberdb_cacheworkerAdditional Information