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

Override MiqWorker::Runner.start in MiqWebServerRunnerMixin #15880

Commits on Aug 22, 2017

  1. Override MiqWorker::Runner.start in MiqWebServerRunnerMixin

    This allows us access to the worker object in run_single_worker.rb
    and also allows the web service workers to start the rails server
    which was broken in 7776e35.
    
    The original change altered the call in run_single_worker.rb
    to call Runner#start rather than Runner.start_worker which
    missed this code when running a web server worker.
    carbonin committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    a000077 View commit details
    Browse the repository at this point in the history