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

Worker pools #71

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

Worker pools #71

wants to merge 22 commits into from

Commits on Jul 18, 2018

  1. Add separate worker pools

     * Add LusterMasterError
     * Add Master.createPool(key)
     * Add Master.getPool(key)
    mcheshkov committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    b68e66c View commit details
    Browse the repository at this point in the history
  2. Add workerEnv option

    mcheshkov committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    c65eaa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17b1d8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9493190 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ac6eb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59167a1 View commit details
    Browse the repository at this point in the history
  7. Wrap require in Worker with try-catch

    Worker._run in async, so throws in it will result in unhandled Promise rejection instead of unhandled exception, and process wont exit.
    mcheshkov committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    4c36f8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d41a957 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45c439d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d0f8be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    100208c View commit details
    Browse the repository at this point in the history
  12. Add double shutdown test

    mcheshkov committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    2a02f11 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a2f24ee View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b2622b6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a8a1054 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Release 3.0.0-alpha.0

    mcheshkov committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    7fcedb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    d0d6c92 View commit details
    Browse the repository at this point in the history
  2. Release 3.0.0-alpha.1

    mcheshkov committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    5394d26 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. feature: ability to cleanup pools & workers

    Danil Kolesnikov committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    5049bea View commit details
    Browse the repository at this point in the history
  2. Config path is next argument after luster filename

    kvmamich authored and Danil Kolesnikov committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    41131ec View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Merge pull request #73 from nodules/feature/ability-to-cleanup-pools-…

    …and-workers
    
    Ability to cleanup pools & workers
    kolesnikovde authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    15c29f8 View commit details
    Browse the repository at this point in the history
  2. 3.0.0-alpha.3

    Danil Kolesnikov committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    9fa9b16 View commit details
    Browse the repository at this point in the history