-
Couldn't load subscription status.
- Fork 21
[TSPS-645] Improve error handling when submitting Teaspoons jobs #5439
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
Conversation
| fetchData(); | ||
| }, [signal]); | ||
|
|
||
| const handleSubmit = async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this function had gotten a bit gnarly- there was some cruft leftover from earlier days of development. i took this opportunity to clean it up and hopefully make a rather complicated sequence of api calls easier to follow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great, so much easier to understand what's happening now.
| notify('error', 'No pipeline selected or pipeline name not found'); | ||
| return; | ||
| } | ||
| const pipelineName = selectedPipeline.pipelineName; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so much simpler!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a nice win for sure
|



Jira Ticket: https://broadworkbench.atlassian.net/browse/TSPS-645
Summary of changes:
What
Screen.Recording.2025-10-17.at.12.35.27.PM.mov
Why
Testing strategy