-
Notifications
You must be signed in to change notification settings - Fork 6
Refactor mp-ipfs queue #146
Copy link
Copy link
Closed
Labels
P-NormalNormal PriorityNormal PriorityenhancementNew feature or requestNew feature or requestimprovementImprove on existing featureImprove on existing featurerefactoringMajor change to featuresMajor change to features
Metadata
Metadata
Assignees
Labels
P-NormalNormal PriorityNormal PriorityenhancementNew feature or requestNew feature or requestimprovementImprove on existing featureImprove on existing featurerefactoringMajor change to featuresMajor change to features
Similar to #141, we would want to have a separate module that can check the connection status of each user with a request pending. The queue would contain an entry points for each key, that would have its own task performing the check and once connected to send the request over. Once the task is complete, it would signal the queue to remove the entry related to the user.