We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0936849 commit 3ecbe5aCopy full SHA for 3ecbe5a
src/DIRAC/MonitoringSystem/Client/MonitoringReporter.py
@@ -49,7 +49,6 @@ def __init__(self, monitoringType="", failoverQueueName="dirac.monitoring"):
49
self.__monitoringType = monitoringType
50
self.__failoverQueueName = failoverQueueName
51
self.__defaultMQProducer = None
52
- self.__commitTimer = threading.Timer(5, self.commit)
53
54
def __del__(self):
55
if self.__defaultMQProducer is not None:
0 commit comments