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

Improved logic for checking overflow workers #89

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2015

  1. Add ability to remove overflow workers after a delay

    When workers are expensive to start and transactions are quick killing
    all workers that are checked in when in overflow is very expensive.
    This change allows delaying the termination of overflow workers when
    there is peak load and alleviates worker churn.
    David Leach committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    599fc94 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2015

  1. Add ability to remove overflow workers after a delay

    When workers are expensive to start and transactions are quick killing
    all workers that are checked in when in overflow is very expensive.
    This change allows delaying the termination of overflow workers when
    there is peak load and alleviates worker churn.
    David Leach committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    7190178 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Merge branch 'master' of https://github.com/zugolosian/poolboy

    Conflicts:
    	README.md
    David Leach committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    f6c4b25 View commit details
    Browse the repository at this point in the history
  2. Removing debug config

    David Leach committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    eb35c27 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2016

  1. Merge pull request #1 from zugolosian/master

    Get changes
    comtihon committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    0aedd5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8f5fe View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Configuration menu
    Copy the full SHA
    b8f8bf0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    8e898e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be36634 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. Configuration menu
    Copy the full SHA
    04ea8a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. Add custom run functions

    comtihon committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    9c06a9a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. fix stacktrace for otp24

    comtihon committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    6b5212c View commit details
    Browse the repository at this point in the history
  2. Create erlang.yml

    comtihon committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    961ec46 View commit details
    Browse the repository at this point in the history
  3. update badge

    comtihon committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4866eb6 View commit details
    Browse the repository at this point in the history