Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: piercus/step-function-worker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: piercus/step-function-worker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 12 commits
  • 11 files changed
  • 4 contributors

Commits on Dec 7, 2018

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

Commits on Jan 22, 2019

  1. Added command to restart the activity worker.

    Sometimes, in case of unhandled error - I want to restart the worker instead of calling `process.exit` and relying on recluster to restart the app.
    If you call worker.close - will effectively remove the listeners and reduce the number of pools to 0. That is why i couldn't just call `close -> start`.
    MichaelKovalchuk committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    55ec3f9 View commit details
    Browse the repository at this point in the history
  2. Formatted code.

    MichaelKovalchuk committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    ae010a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    52b79d3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'Brightspace/feature/restart-activity-wo…

    …rker' into restart-activity-worker
    piercus committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    6aaf4f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb768a9 View commit details
    Browse the repository at this point in the history
  4. fix: xo

    piercus committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    f24712a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bb69f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. ref: upd bluebird deps

    TaniaPash committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    82ed3d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from piercus/restart-activity-worker

    Restart activity worker
    piercus authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d1f0b6f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from TaniaPash/master

    fix: add cleanup-states-script
    piercus authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    5074bf1 View commit details
    Browse the repository at this point in the history
  4. Update cleanup-states.js

    piercus authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    56e5694 View commit details
    Browse the repository at this point in the history
Loading