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
I'm noting this here as I'm running into it with Capistrano v3. Not sure the best way to solve it yet. But the foreman:restart task won't restart newly exported configurations as they have never been started yet (can't restart a job that was never started). Here is a Server Fault question outlining the problem: http://serverfault.com/questions/497114/upstart-restart-command-doesnt-load-new-updated-job-config-solr.
I wonder if it might be better to have the foreman:restart task do a stop then start?
The text was updated successfully, but these errors were encountered:
I'm noting this here as I'm running into it with Capistrano v3. Not sure the best way to solve it yet. But the
foreman:restart
task won't restart newly exported configurations as they have never been started yet (can't restart a job that was never started). Here is a Server Fault question outlining the problem: http://serverfault.com/questions/497114/upstart-restart-command-doesnt-load-new-updated-job-config-solr.I wonder if it might be better to have the
foreman:restart
task do a stop then start?The text was updated successfully, but these errors were encountered: