-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
16 changed files
with
370 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.