-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(requestmanager): add request limits setup a general purpose task queue, refactor functioning of requestmanger -- dispatchign requests to the queue, feeding request data when those queues resume * refactor(taskqueue): convert to interface * refactor(requestmanager): use state var use a state var to track operational model * fix(requestmanager): correct cancel request sending make sure not to send cancel when other peer has already sent terminal status * fix(executor): clean up comments + code * Update requestmanager/requestmanager_test.go Co-authored-by: Will <will.scott@protocol.ai> * fix(requestmanager): check for context cancel add precautionary check to avoid send on close channel * fix(style): add information to test fail Co-authored-by: Will <will.scott@protocol.ai>
- Loading branch information
1 parent
9c1504a
commit c691887
Showing
10 changed files
with
650 additions
and
562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.