From 85d6cfc0ba6666386ad7a1487d867b94ed527c91 Mon Sep 17 00:00:00 2001 From: dabercro Date: Wed, 29 May 2019 15:25:25 -0400 Subject: [PATCH] Changes for StompAMQ and use pip --- .travis.yml | 2 +- workflowmonit/README.rst | 16 +++------------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0c0a3ab..9e215ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,6 @@ services: - mongodb env: TMPDIR=$PWD/tmp install: - - python setup.py install + - pip install . script: - package=workflowwebtools opsspace-test diff --git a/workflowmonit/README.rst b/workflowmonit/README.rst index 7c0c273..8ee8e96 100644 --- a/workflowmonit/README.rst +++ b/workflowmonit/README.rst @@ -1,14 +1,13 @@ workflowmonit ------------- -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. +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. - :ref:`usedApi-ref` - Composition - :ref:`wmCollector-ref` - :ref:`wmSender-ref` - :ref:`wmScheduler-ref` - - :ref:`wmStompAMQ-ref` - :ref:`wmDocExample-ref` .. _usedApi-ref: @@ -55,20 +54,11 @@ Schedule the ``main`` function of :ref:`wmSender-ref` every hour with :py:mod:`s time.sleep(1) -.. _wmStompAMQ-ref: - -stompAMQ -~~~~~~~~ - -.. automodule:: workflowmonit.stompAMQ - :members: - - .. _wmDocExample-ref: Document examples ~~~~~~~~~~~~~~~~~ 1. document describling a single workflow `example1 `_ -2. document wrapped by ``stompAMQ`` as a batch `example2.1 `_, `example2.2 `_ -3. document sent out by ``stomp`` (what ``stompAMQ`` wrapped around) `example3 `_ +2. document wrapped by ``StompAMQ`` as a batch `example2.1 `_, `example2.2 `_ +3. document sent out by ``stomp`` (what ``StompAMQ`` wrapped around) `example3 `_