Skip to content

Commit

Permalink
Add change log for MatterMiners#306
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Aug 15, 2023
1 parent 17074a6 commit 13c1547
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 @@ -17,6 +17,7 @@ Deprecated
Fixed
-----

* Fix auditor error handling when updating non-existing record
* Pin TARDIS to use pydantic version 1
* Fix missing `resource_status` attribute crashing Prometheus plugin on newly started drones

Expand Down
10 changes: 10 additions & 0 deletions docs/source/changes/306.fix_auditor_error_handling.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
category: fixed
summary: "Fix auditor error handling when updating non-existing record"
description: |
It can happen that a drone is submitted but never reaches the AvailableState, since demand for resources is decreasing
and the drone is cleaned-up before and it reaches DownState. This case is currently not handled correctly in the
auditor plugin, since it tries to update a non-existing record.
issues:
- 305
pull requests:
- 306

0 comments on commit 13c1547

Please sign in to comment.