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

[SELC-3580] fix: try only TaskFailedException #118

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Conversation

manuraf
Copy link
Contributor

@manuraf manuraf commented Jan 25, 2024

List of Changes

Try only TaskFailedException.

Motivation and Context

The orchestrator can be blocked and waiting for new inputs and some throwables should never be caught by user code. It is important to try only TaskFailedException for user scope.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@manuraf manuraf requested a review from a team as a code owner January 25, 2024 14:24
@github-actions github-actions bot added the functions Changes are related to functions label Jan 25, 2024
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@manuraf manuraf merged commit 94b4d3d into main Jan 25, 2024
5 checks passed
@manuraf manuraf deleted the bugfix/SELC-3580 branch January 25, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
functions Changes are related to functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant