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

Cancel the CancellationToken when the job is deleted from dashboard #976

Merged
merged 7 commits into from
Feb 15, 2019

Commits on Aug 21, 2017

  1. Cancel the CancellationToken when the job was deleted from dashboard …

    …(so async tasks can gracefully abort)
    pieceofsummer committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    6c55426 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

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

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    1522e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8633e2c View commit details
    Browse the repository at this point in the history
  3. Revert IJobCancellationToken modification to avoid breaking changes

    IJobCancellationToken isn't necessary now, since we can use regular CancellationToken.
    odinserj committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    e4e83fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a65167 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb78ee6 View commit details
    Browse the repository at this point in the history