Skip to content

Commit

Permalink
Add changelog for MatterMiners#234
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Feb 24, 2023
1 parent 9a9835e commit 51c4071
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -35,6 +35,7 @@ Fixed

* Unique constraints in database schema have been fixed to allow same machine_type and remote_resource_uuid on multiple sites
* Update the remote_resource_uuid in sqlite registry on a each update
* 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,9 @@
category: fixed
summary: "Fixed state transition for stopped workers"
description: |
Fixes an unexpected behaviour for Drones in AvailableState in case the HTCondor daemon on nodes is shutdown
automatically causing the machine status to be NotAvailable, while the resource status continues to be Running. In
that case the drone state is re-set to IntegratingState. Since HTCondor is not restarted, the Drone remains in this
state forever.
pull requests:
- 234

0 comments on commit 51c4071

Please sign in to comment.