keyserver.js is already massive, and the async iife in the middle makes it harder to follow
Depends on D13667
Differential D13694
[keyserver] move async iife to standalone function varun on Oct 10 2024, 11:31 AM. Authored by Tags None Referenced Files
Subscribers
Details
keyserver.js is already massive, and the async iife in the middle makes it harder to follow Depends on D13667 cleared the access token from the metadata table and ran keyserver as a secondary node. confirmed that node polled every 5 seconds for identity info. killed and ran keyserver as primary. access token was added to metadata table. killed and ran keyserver as secondary again. node was able to fetch access token and did not get stuck in loop
Diff Detail
Event TimelineComment Actions Thanks for doing this cleanup! I'm assuming it's a clean refactor, so I didn't review very closely |