angrox / spacewalk-api-scripts

Addon script for spacewalk to sync RHN packages to a local spacewalk server
GNU General Public License v3.0
67 stars 32 forks source link

Removed multi-threading to improve reliability in Python 2.7 and up. … #32

Closed jbidinger closed 5 years ago

jbidinger commented 5 years ago

…Even with the number of threads set to 1, there were still problems with some repos.

xmlrpc really doesn't like threading. Even with --pcount set to 1.

angrox commented 5 years ago

thanks!