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

Drop support for forking workers, use spawn by default #19556

Merged
merged 1 commit into from
Nov 26, 2019

Commits on Nov 25, 2019

  1. Drop support for forking workers, use spawn by default

    Make systemd optional on systemd enabled systems
    
    Api/web service worker needs ui-classic as it can try to read an existing UI session, which
    can contain serialized classes from ui-classic.
    
    Previously, we tried removing fork here: ManageIQ#16130
    It was reverted here: ManageIQ#16154
    
    Some of the followups needed to fix the original problems including passing down
    ems_id to per ems workers, resolved in:
    ManageIQ#16199 and
    ManageIQ#18648
    
    At this point, things should just work.
    jrafanie committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    a03c912 View commit details
    Browse the repository at this point in the history