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

Implement checking background tasks #138

Open stdevel opened 3 years ago

stdevel commented 3 years ago

Is your feature request related to a problem? Please describe. In order to have asynchronous tasks, katprep must be able to check background tasks (e.g. patch installation)

Describe the solution you'd like Access the Scheduler/Tasks API and retrieve a jobs current status.

Describe alternatives you've considered

Additional context