You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do a deploy, everything appears to work - but a worker doesn't spawn until I ssh into the server (user 'deploy'). As soon as I ssh in, the worker starts up.
Has anyone experienced this? Any clue as to what I might be missing from my config?
Capistrano is running this, which appears to work (or at least doesn't error): systemctl --user start sidekiq
But, the no worker shows up in the sidekiq dashboard until I SSH in as the deploy user.
The text was updated successfully, but these errors were encountered:
I had exactly the same problem, sidekiq was only running when I connected to my server using ssh. It was indeed an enable linger problem. Thanks @dapi 🙏
When I do a deploy, everything appears to work - but a worker doesn't spawn until I ssh into the server (user 'deploy'). As soon as I ssh in, the worker starts up.
Has anyone experienced this? Any clue as to what I might be missing from my config?
Capistrano is running this, which appears to work (or at least doesn't error):
systemctl --user start sidekiq
But, the no worker shows up in the sidekiq dashboard until I SSH in as the deploy user.
The text was updated successfully, but these errors were encountered: