feat/58 - improve Backpressure algorithm
This commit is contained in:
@@ -150,7 +150,7 @@ class Backpressure:
|
||||
|
||||
:param config: config parser to read configuration values
|
||||
"""
|
||||
self.threshold_threads = config.getint(
|
||||
self.threshold_load = config.getint(
|
||||
"CleverMicro-AMQ",
|
||||
self.PREFIX + "threshold",
|
||||
fallback=int(os.getenv("PARALLEL_WORKERS", 1)),
|
||||
|
||||
Reference in New Issue
Block a user