-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move queue Signed-off-by: Joe Elliott <[email protected]> * remove unnecessary loop Signed-off-by: Joe Elliott <[email protected]> * added mimir fix Signed-off-by: Joe Elliott <[email protected]> * add batching ability Signed-off-by: Joe Elliott <[email protected]> * RLock() shenanigans Signed-off-by: Joe Elliott <[email protected]> * fix shenanigans Signed-off-by: Joe Elliott <[email protected]> * make batch size configurable Signed-off-by: Joe Elliott <[email protected]> * remove unused param Signed-off-by: Joe Elliott <[email protected]> * comments/cleanup Signed-off-by: Joe Elliott <[email protected]> * added request buffer Signed-off-by: Joe Elliott <[email protected]> * request batch tests Signed-off-by: Joe Elliott <[email protected]> * todos Signed-off-by: Joe Elliott <[email protected]> * todos + testing Signed-off-by: Joe Elliott <[email protected]> * docs updates Signed-off-by: Joe Elliott <[email protected]> * todos Signed-off-by: Joe Elliott <[email protected]> * lint Signed-off-by: Joe Elliott <[email protected]> * changelog Signed-off-by: Joe Elliott <[email protected]> * Update modules/frontend/queue/queue.go Co-authored-by: Martin Disibio <[email protected]> * review comments Signed-off-by: Joe Elliott <[email protected]> * use constant. wuss out on default batch size Signed-off-by: Joe Elliott <[email protected]> * lint Signed-off-by: Joe Elliott <[email protected]> --------- Signed-off-by: Joe Elliott <[email protected]> Co-authored-by: Martin Disibio <[email protected]>
- Loading branch information
1 parent
c869872
commit 306c6ca
Showing
14 changed files
with
912 additions
and
135 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
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.