Skip to content

Commit

Permalink
Add changelog for #243
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Apr 19, 2022
1 parent d028788 commit ddf4044
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Fixed
-----

* Unique constraints in database schema have been fixed to allow same machine_type and remote_resource_uuid on multiple sites
* Fixing recurrent cancellation of jobs TIMEOUTED in Slurm
* Fixed state transition for stopped workers

[0.6.0] - 2021-08-09
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
category: fixed
summary: "Fixing recurrent cancellation of jobs TIMEOUTED in Slurm"
description: |
Fixed a problem where Slurm jobs in status TIMEOUT are not handled correctly. Slurm TIMEOUT state were handled as
`ResourceStatus.Error` causing TARDIS to repeatedly cleanup the job from the batch system using `scancel`. Now
timeouted drones in Slurm are handled as `ResourceStatus.Deleted` instead.
issues:
- 240
pull requests:
- 243

0 comments on commit ddf4044

Please sign in to comment.