Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows services sometimes doesn't start after reboot #421

Closed
chris-y opened this issue Feb 28, 2022 · 1 comment · Fixed by #425
Closed

Windows services sometimes doesn't start after reboot #421

chris-y opened this issue Feb 28, 2022 · 1 comment · Fixed by #425
Assignees

Comments

@chris-y
Copy link

chris-y commented Feb 28, 2022

Problem description

The Windows services sometimes doesn't start after a reboot.

Steps to reproduce the problem

  1. Reboot!

Environment

  • Sidecar Version: 1.1.0

Potential solution

I've been changing the startup type to "Automatic (delayed) from "Automatic". This seems to resolve it in most cases. Occasionally I still see it not starting but it is rarer. If no better solution can be found, making this the default when the service is installed would definitely help.

I'm not getting anything in the sidecar logs to indicate what the problem is.

@l0calhost
Copy link

Can reproduce. We're seeing the issue in a higher frequency when servers are rebooted after/while patching.

thll added a commit that referenced this issue Apr 11, 2022
After a reboot, this will delay service startup a little.

Also, if the service fails after initially running, it will
now be restarted after a delay of two minutes.

The goal of this change is to reduce the chance of
sporadic startup issues on Windows, that some users
have been experiencing.

Resolves #421
@thll thll self-assigned this Apr 11, 2022
mpfz0r pushed a commit that referenced this issue Apr 27, 2022
After a reboot, this will delay service startup a little.

Also, if the service fails after initially running, it will
now be restarted after a delay of two minutes.

The goal of this change is to reduce the chance of
sporadic startup issues on Windows, that some users
have been experiencing.

Resolves #421
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants