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

Sidekiq service not loaded on first Chef run #215

Open
dvalfre opened this issue Aug 9, 2023 · 0 comments
Open

Sidekiq service not loaded on first Chef run #215

dvalfre opened this issue Aug 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dvalfre
Copy link
Contributor

dvalfre commented Aug 9, 2023

So, this line reloads the systemctl unit for Sidekiq only if the config file is there. This behavior prevents systemd to continuously trying to load a service that it's not ready yet.
But, on new instances, turns out it also prevents loading the service after the code has been deployed. This is because on new instances the first Chef run is a full config one, but the one after the code has been deployed is a shorter one which doesn't start the Sidekiq service.
It's clear then that this logic should be revisited.

@dvalfre dvalfre added the enhancement New feature or request label Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant