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

Ability to remove workers after delay, conversion of workers to queue, callback when a worker is checked in and full pool status #106

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

Commits on Jul 21, 2018

  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 authored and David Leach committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    a0513eb View commit details
    Browse the repository at this point in the history
  2. Update rebar3-eqc-plugin

    Closes devinus#77.
    Devin Torres authored and David Leach committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    466e7aa View commit details
    Browse the repository at this point in the history
  3. Added function to return richer pool status info

    walrusVision authored and David Leach committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    0abd3ff View commit details
    Browse the repository at this point in the history
  4. Don't reap workers that are checked out again

    * Ensure reap message already in mailbox is flushed when cancelling reap
    * Reap shouldn't be touching monitors, they are just for owner of checked out workers
    GlenWalker authored and David Leach committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    c486c14 View commit details
    Browse the repository at this point in the history
  5. Fix checkout stacktrace when noproc

    David Leach committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    25e76d3 View commit details
    Browse the repository at this point in the history
  6. Added support for OTP 21 stacktrace

    Converted available workers to a queue and single timer for overflow_ttl
    David Leach committed Jul 21, 2018
    Configuration menu
    Copy the full SHA
    447c568 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45386b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Replace stacktrace dependency with macro

    David Leach committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    77caed3 View commit details
    Browse the repository at this point in the history