-
-
Notifications
You must be signed in to change notification settings - Fork 733
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 Bug
Description
The on_run_end and on_job_end callbacks are not called when the program is stopped via a keyboard interrupt.
Checklist
- I have tested this on Hydra version 1.3.2.
To Reproduce
- Create a callback.
- Use it in the configuration file.
- Run the program and stop it with
Ctrl+C.
Expected Behavior
The on_run_end and on_job_end callbacks should be executed when the program is stopped by a keyboard interrupt.
System Information
- Hydra Version: 1.3.2
- Python Version: 3.8.19
- Virtual Environment Type and Version: conda 24.11.3
- Operating System: Ubuntu 20.04.6 LTS
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working