Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tickets/dm 8824 #4

Merged
merged 2 commits into from
Jan 9, 2017
Merged

Tickets/dm 8824 #4

merged 2 commits into from
Jan 9, 2017

Commits on Jan 6, 2017

  1. Remove deprecated files

    The two plugins, GenericWorkflow and VanillaCondorWorkflow were
    previously marked deprecated, and are now being removed.
    srp3rd committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    9014be5 View commit details
    Browse the repository at this point in the history
  2. Remove dependency on external Logger process

    Previously, orchestration handled sending log
    messages to a database, and send a message to itself
    signalling the Logger had completed all its work since
    the pipelines wouldn't be able to send any more messages.
    
    Logging hasn't been handled this was some time, and
    the Logger process has only been used as a signal that
    the processing has ended. Since this is really overkill for what needed
    to be done, the Logger process is being removed.
    
    This change removes all references to the logger managers list.  It
    also removes the mechanism that sent events to the Logger to indicated
    processing had completed.
    
    Shutdown is now handled internally, and can be triggered (as before)
    with the shutProd.py command.
    srp3rd committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    1e53647 View commit details
    Browse the repository at this point in the history