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

[TM-1711] add abort signal handling to the notification process #951

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

LimberHope
Copy link
Collaborator

@LimberHope LimberHope changed the base branch from staging to release/youthful-yucca February 19, 2025 14:16
];
JobsSlice.setAbortJob(true);
triggerBulkUpdate(job);
};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method doesn't seem to have any dependencies within the component, and is pure with regard to the component state. It's usually best to define the function outside of the component body in cases like that. Also, please reserve upper first names for classes - this should be named abortJobUuid, or simply abortJob.

@LimberHope LimberHope requested a review from roguenet February 19, 2025 18:00
roguenet
roguenet previously approved these changes Feb 19, 2025
Base automatically changed from release/youthful-yucca to main February 20, 2025 19:10
@roguenet roguenet dismissed their stale review February 20, 2025 19:10

The base branch was changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants