Skip to content

Removed the backgrounding of the unicorn_rails and sidekiq startup scripts

Matthias Käppler requested to merge github/fork/nickryand/background_init into master

Created by: nickryand

Unicorn isn't getting enough time to daemonize before the startup script exits. In certain situations this causes unicorn to fail to start.

@brint and @berni2288 have confirmed that this change fixes their situation.

Merge request reports