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

Enable ending the task directly from the triggerer without going into the worker. #40084

Merged
merged 6 commits into from
Jul 25, 2024

Commits on Jul 24, 2024

  1. Enable ending the task directly from the triggerer without going into…

    … the worker.
    
    Make is_failure_callback as property of TaskCallbackRequest
    
    Add execute_complete as method name in test
    
    Apply suggestions from code review
    
    Add other example in deferrable.rst and fix test
    
    Apply suggestions from code review
    
    Fix circular import from other PRs
    
    Fix the documentation
    
    Raise Exception for Listeners with end_from_trigger=True
    
    Add the notification to listeners
    
    Fix the PR comments
    
    Fix the PR comments
    
    Add the documentation
    
    Refactor rename end_task to end_from_trigger
    
    Add method name as __trigger_exit__
    
    fix PR comments
    
    Resolve PR comments
    
    Fix PR comments
    
    Fix the if else condition in implementation
    
    Fix mypy errors
    
    remove session from handle submit
    
    Make task to go to terminal state from triggerer without needing a worker
    
    Make task to go to terminal state from triggerer without needing a worker
    
    Resolve PR comments
    
    Fix PR comments
    
    Fix the if else condition in implementation
    
    Fix the tests
    
    Fix mypy errors
    
    add session in handle submit
    
    remove session from handle submit
    
    Make task to go to terminal state from triggerer without needing a worker
    
    Make task to go to terminal state from triggerer without needing a worker
    sunank200 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    d42afd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10b7582 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb2754 View commit details
    Browse the repository at this point in the history
  4. Fix the test after merge

    sunank200 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    53a9ded View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42f5caa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08e07ac View commit details
    Browse the repository at this point in the history