Closed GoogleCodeExporter closed 8 years ago
This behavior is really essentially no different from the current behavior;
only the timing has changed.
MSU/MSC can't know about server changes until an entire update check run
happens. (This is the equivalent of `/usr/local/munki/managedsoftwareupdate`).
This check can take some time. With Munki, this happens at launch of MSU.app if
the last check was more than a minute ago. This lead to several complaints that
users had to wait "too long" in order to use MSU.app to select and install
optional installs when they chose to launch it manually to browse for and
install items.
With MSC.app, the time before an updatecheck run is forced has increased. I
reserve the right to change the timing, so I'm not going to say what the
current timing is, but you can easily see it if you browse the MSC.app code.
This is always going to be a trade-off. We can annoy the user by always doing a
full updatecheck at each launch, or we can annoy the admin by doing an
updatecheck less often.
There is a mechanism by which the local admin can tune this timing, and it's
not new to Munki 2:
Munki 2:
https://code.google.com/p/munki/source/browse/code/Managed%20Software%20Center/M
anaged%20Software%20Center/munki.py?name=Munki2#74
Equivalent in munki (1):
https://code.google.com/p/munki/source/browse/code/Managed%20Software%20Update/M
SUAppDelegate.py#121
Original comment by gregnea...@mac.com
on 15 Apr 2014 at 10:05
Closing due to lack of further discussion/feedback.
Original comment by gregnea...@mac.com
on 6 Jun 2014 at 8:41
Original issue reported on code.google.com by
vranc...@gmail.com
on 15 Apr 2014 at 9:37