We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug SIGTERM from StopTrainingJob doesn't appear to be passed to the training subprocess.
To reproduce Add a SIGTERM handler to a training script, start a training job, then click "Stop". The signal handler will not fire.
Expected behavior Signal handler should fire when "StopTrainingJob" happens
Screenshots or logs If applicable, add screenshots or logs to help explain your problem.
System information A description of your system.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Pass SIGTERM to training subprocess
5d0ebcb
feature: Pass SIGTERM to training subprocess fix: aws#125
c55a507
23f70a0
Successfully merging a pull request may close this issue.
Describe the bug
SIGTERM from StopTrainingJob doesn't appear to be passed to the training subprocess.
To reproduce
Add a SIGTERM handler to a training script, start a training job, then click "Stop". The signal handler will not fire.
Expected behavior
Signal handler should fire when "StopTrainingJob" happens
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
System information
A description of your system.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: