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

[4.x] Prevent horizon:purge from killing too many processes #820

Merged
merged 7 commits into from
Apr 14, 2020
Merged

[4.x] Prevent horizon:purge from killing too many processes #820

merged 7 commits into from
Apr 14, 2020

Commits on Mar 11, 2020

  1. prevent horizon:purge from killing too many processes

    This change modifies the master supervisor basename to include the hash of the current directory. The process inspector that determines the processes to kill uses this hash to only look for processes that were created by the Horizon command running in the current Laravel instance's directory, not by all Laravel instances running on the server.
    
    This fixes #769.
    Rafał Głowacz committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    2792d84 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. prevent horizon:purge from killing too many processes

    This change modifies the master supervisor basename to include the hash of the current directory. The process inspector that determines the processes to kill uses this hash to only look for processes that were created by the Horizon command running in the current Laravel instance's directory, not by all Laravel instances running on the server.
    
    This fixes #769.
    Rafał Głowacz committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    3b23c71 View commit details
    Browse the repository at this point in the history
  2. fix style issues

    Rafał Głowacz committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    03fdb2d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'H/rafalglowacz/horizon-purge-killing-processes-of-other…

    …-instances-v4' into H/rafalglowacz/horizon-purge-killing-processes-of-other-instances
    Rafał Głowacz committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b0ffe1e View commit details
    Browse the repository at this point in the history
  4. fix style issues

    Rafał Głowacz committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b3293ac View commit details
    Browse the repository at this point in the history
  5. fix style issue

    Rafał Głowacz committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    b036c2c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Merge branch '4.x' into H/rafalglowacz/horizon-purge-killing-processe…

    …s-of-other-instances
    Rafał Głowacz committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    12cd9da View commit details
    Browse the repository at this point in the history