stdevel / katprep

Python toolkit for automating system maintenance and generating patch reports along with Foreman/Katello and Red Hat Satellite 6.x
GNU General Public License v3.0
35 stars 6 forks source link

Make the installation of updates parallel in katprep_maintenance execute #87

Open AnonJo opened 6 years ago

AnonJo commented 6 years ago

It would be nice to install the updates on the selected systems in a parallel way, so the time needed to update them is lower.

stdevel commented 6 years ago

Good idea! This could be done by implementing asynchronous Python request calls: http://docs.python-requests.org/en/v0.10.6/user/advanced/#asynchronous-requests

stdevel commented 3 years ago

A better way would be to use nailgun for (see also issue #134) and also implement checking background tasks (see also issue #138)