Comments
This commit is contained in:
parent
73dc099645
commit
51e89709aa
|
@ -72,6 +72,8 @@ class FederationRemoteSendQueue(object):
|
||||||
|
|
||||||
# EVERYTHING IS SAD. In particular, python only makes new scopes when
|
# EVERYTHING IS SAD. In particular, python only makes new scopes when
|
||||||
# we make a new function, so we need to make a new function so the inner
|
# we make a new function, so we need to make a new function so the inner
|
||||||
|
# lambda binds to the queue rather than to the name of the queue which
|
||||||
|
# changes. ARGH.
|
||||||
def register(name, queue):
|
def register(name, queue):
|
||||||
metrics.register_callback(
|
metrics.register_callback(
|
||||||
queue_name + "_size",
|
queue_name + "_size",
|
||||||
|
|
Loading…
Reference in New Issue