Provide automation to (re) start scheduler service if it is not running
0 vote
We have had issues where out always on SQLserver database connection was not available when the webserver and the scheduler service started after a webserver restart. Please consider adding some retries or some automation that would attempt to restart the scheduler service. We really like the high availability for the scheduler, adding restart automation would be a useful addition as we had a case where all three scheduler instances were not running.
Hello,
Thank you for reaching us on that matter. We recommand to add dependencies between services to fix that issue. You can find a documentation here : https://docs.devolutions.net/server/kb/troubleshooting-articles/devolutions-server-unavailable-after-reboot/#solution
Let me know if that help.
Best regards,
François Dubois
After reviewing the info, it appears that this assumes that the SQLserver is on the same server as the DVLS web and scheduler. This is not the case for our configuration.
Please update if this isn't the case and this feature is able to determine that the SQLserver always on listener is available.
Hello,
Thank you for your answer. If I understand correctly, what you need is not only to retry the database connection a few times after it fails, but also for the application to support a database shutdown and resume once the database is back online. We will investigate what is possible and post back here once we have an update.
Best regards,
François Dubois