Skip to content

Commit

Permalink
clarify changelog and api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Nov 12, 2024
1 parent 3872d8b commit 82cc413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [9.0.0]

### Changed
- A job's `processing_times` field is now set to `null` rather than `[]` if there was an error while calculating processing times. As before, an error while calculating processing times causes the job to fail.
- There is no longer any attempt to calculate `processing_times` for failed jobs. All failed jobs now have a `processing_times` value of `null`.
- All failed jobs now have a `processing_times` value of `null`.
- The processing time value for each processing step must now be greater than zero. (Previously, a value of zero indicated that the processing step had no AWS Batch attempts.)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion apps/api/src/hyp3_api/api-spec/openapi-spec.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ components:
processing_times:
description: >
List of run times for the job's processing steps in the order that they were executed.
A null value indicates that the job failed.
This field is null for failed jobs and non-null for successful jobs.
type: array
nullable: true
items:
Expand Down

0 comments on commit 82cc413

Please sign in to comment.