-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(langflow): handle KeyboardInterrupt and terminate process in run …
…function for graceful shutdown (#2551) * fix(langflow): handle KeyboardInterrupt and terminate process in run function for graceful shutdown * refactor(langflow): remove unnecessary try-except block and sys.exit calls in run_langflow function * fix(langflow): handle exceptions properly and exit with appropriate status codes * refactor: update multiprocess imports in langflow/__main__.py Adds type ignore
- Loading branch information
1 parent
4954b3f
commit e536272
Showing
1 changed file
with
26 additions
and
24 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