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 3f00dfe commit 8848e1aCopy full SHA for 8848e1a
src/DIRAC/WorkloadManagementSystem/Agent/SiteDirector.py
@@ -87,6 +87,8 @@ def __init__(self, *args, **kwargs):
87
self.getOutput = False
88
self.sendAccounting = True
89
self.sendSubmissionAccounting = True
90
+ self.sendSubmissionMonitoring = True
91
+ wgwg
92
93
self.siteClient = None
94
self.rssClient = None
0 commit comments