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

Add method to Pipeline to handle keyboard interruptions via ctrl+c #406

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

plaguss
Copy link
Contributor

@plaguss plaguss commented Mar 11, 2024

Description

Include a method in Pipeline to handle ctrl+c during Pipeline.run.

Note: Include caching in the handling mechanism after it's merged.

Closes #404

@plaguss plaguss self-assigned this Mar 11, 2024
@plaguss plaguss added the enhancement New feature or request label Mar 18, 2024
@plaguss plaguss merged commit 2fa6e77 into core-refactor Mar 18, 2024
4 checks passed
@plaguss plaguss deleted the handle-ctrlc branch March 18, 2024 09:14
@alvarobartt alvarobartt added this to the 1.0.0 milestone Mar 18, 2024
@alvarobartt alvarobartt linked an issue Mar 18, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Create CTRL + C signal handler for gracefully pipeline stopping
2 participants