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

Fix missing decision timeout for transient decisions #889

Merged

Commits on Jun 26, 2018

  1. Fix missing decision timeout for transient decisions

    We were using incorrect scheduleID for transient decisions on decision
    started event.  This happens if a new event comes in after a transient
    decision is scheduled, but before it is started.  We end up a creating a
    timeout task with the wrong decision schedule id causing timer
    processing to skip that timeout event.
    Also added an integration test for this use case.
    samarabbas committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    eecf414 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    samarabbas committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    4e4455e View commit details
    Browse the repository at this point in the history