Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Buildmaster keeps notifying it needs to be restarted
-
Hi,
My buildmaster instance says the service and webapplication must be restarted, these message won't disappear, even after several restarts and a restart of the entire server
What triggers these messages?
Thanks,
Justin
-
Hi @Justinvolved ,
Oooh - I thought we removed those flags/notices from BuildMaster 2022
Looks like we only removed the code that clears them, and almost all of the code that sets them (with the exception of the CEIP page).
Anyway, I've vanquished the code for good via BM-3839.
In the mean time, please run sql this command to clear the notices:
DELETE [Configuration] WHERE [Key_Name] IN ('Service.DelayExecutionsWhenRestartRequested','Service.RestartRequested', 'Web.RestartRequested')
Cheers,
Alana