Skip to content

Commit 475f896

Browse files
author
Daniel Abercrombie
authored
Merge pull request #131 from dabercro/stomp
Changes for StompAMQ and use pip
2 parents 7a92f39 + 85d6cfc commit 475f896

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ services:
1111
- mongodb
1212
env: TMPDIR=$PWD/tmp
1313
install:
14-
- python setup.py install
14+
- pip install .
1515
script:
1616
- package=workflowwebtools opsspace-test

workflowmonit/README.rst

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
workflowmonit
22
-------------
33

4-
Component which periodically fetches information of workflows in the system(list extracted from Unified database), process and organizes into static documents, then sends to CMSMONIT service via :py:mod:`workflowmonit.stompAMQ` for storage, monitoring and post-aggregation.
4+
Component which periodically fetches information of workflows in the system(list extracted from Unified database), process and organizes into static documents, then sends to CMSMONIT service via :py:mod:`CMSMonitoring.StompAMQ` for storage, monitoring and post-aggregation.
55

66
- :ref:`usedApi-ref`
77
- Composition
88
- :ref:`wmCollector-ref`
99
- :ref:`wmSender-ref`
1010
- :ref:`wmScheduler-ref`
11-
- :ref:`wmStompAMQ-ref`
1211
- :ref:`wmDocExample-ref`
1312

1413
.. _usedApi-ref:
@@ -55,20 +54,11 @@ Schedule the ``main`` function of :ref:`wmSender-ref` every hour with :py:mod:`s
5554
time.sleep(1)
5655

5756

58-
.. _wmStompAMQ-ref:
59-
60-
stompAMQ
61-
~~~~~~~~
62-
63-
.. automodule:: workflowmonit.stompAMQ
64-
:members:
65-
66-
6757
.. _wmDocExample-ref:
6858

6959
Document examples
7060
~~~~~~~~~~~~~~~~~
7161

7262
1. document describling a single workflow `example1 <http://wsi.web.cern.ch/wsi/public/toSaveExample4.json>`_
73-
2. document wrapped by ``stompAMQ`` as a batch `example2.1 <http://wsi.web.cern.ch/wsi/public/godummy2.json>`_, `example2.2 <http://wsi.web.cern.ch/wsi/public/amqMsg_190208-201142.json>`_
74-
3. document sent out by ``stomp`` (what ``stompAMQ`` wrapped around) `example3 <http://wsi.web.cern.ch/wsi/public/bab2ef60-b0f2-4b55-9434-95a9cfd00510.json>`_
63+
2. document wrapped by ``StompAMQ`` as a batch `example2.1 <http://wsi.web.cern.ch/wsi/public/godummy2.json>`_, `example2.2 <http://wsi.web.cern.ch/wsi/public/amqMsg_190208-201142.json>`_
64+
3. document sent out by ``stomp`` (what ``StompAMQ`` wrapped around) `example3 <http://wsi.web.cern.ch/wsi/public/bab2ef60-b0f2-4b55-9434-95a9cfd00510.json>`_

0 commit comments

Comments
 (0)