~techalchemy/mojo/python3-fixes

« back to all changes in this revision

Viewing changes to requirements.txt

  • Committer: daniel.manrique at canonical
  • Date: 2019-04-11 20:11:10 UTC
  • mto: This revision was merged to the branch mainline in revision 496.
  • Revision ID: daniel.manrique@canonical.com-20190411201110-z3kw6y370u2yixse
Parallel execution of nagios check tasks.

Instead of waiting for one machine to respond to move on to the next, we dispatch
all the "juju ssh check-nagios-command" calls in parallel and report on them as the
results arrive.

This is functionally equivalent to serial execution and is much faster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# mojo requirements are listed both here and in setup.py, everything in
2
2
# setup.py must be installable by pip
3
 
codetree >= 0.1.1
 
3
python-codetree >= 0.1.1