-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Broker performance optimisation (#105)
* optimise qos on database write * optimisation for duplicate tasks + debug messages * improve add dummy requests script * fix qos rules check * add performance monitoring * more performance metrics * try to use a class attribute for the queue * always decrease queued requests in qos rules * introduce time window for get accepted requests * fix a typeerror with None * try to fix async internal and db queue * fix count * fix count accepted requests * improve performance log * fix performance message * add performance logging * add config variable for requeueing on killedworker * add unit tests * qa
- Loading branch information
1 parent
80e6da4
commit 0af2389
Showing
5 changed files
with
344 additions
and
112 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
Oops, something went wrong.