We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 611d4c6 + 818f44c commit f3989f3Copy full SHA for f3989f3
2 files changed
workflowmonit/requirements.txt
@@ -1,4 +1,4 @@
1
schedule
2
-git+https://github.com/dmwm/WMCore.git
+CMSMonitoring
3
stomp.py
4
pyyaml>=5.1
workflowmonit/stompAMQ.py
@@ -1,12 +1,12 @@
#!/usr/bin/env python
import json
-from WMCore.Services.StompAMQ.StompAMQ import StompAMQ
+from CMSMonitoring import StompAMQ
5
6
7
class stompAMQ(StompAMQ):
8
"""
9
- Overriding :py:mod:`WMCore.Services.StompAMQ.StompAMQ.StompAMQ`'s
+ Overriding :py:mod:`CMSMonitoring.StompAMQ`'s
10
:py:func:`_send_single` method. The default ``destination`` -- **queue** is
11
not authorizing me to write.
12
0 commit comments