Skip to content

Commit

Permalink
v0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Dec 22, 2022
1 parent 758dc29 commit 0f06d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Changes:

Fixes:

## 0.4.12 - 12/21/2022

Fixes:

- Avoids scheduling additional dataset or server refreshes if there is already a refresh task in the queue. This works by when the `/refresh/` view is triggered, it instead schedules a quick task that then checks if the refresh is scheduled (or active or reserved). If it is already scheduled it throws a warning, otherwise it schedules the task.
- Add exponential backoff when timeout related errors are encountered.

Expand Down
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "buoy_barn"
version = "0.4.11"
version = "0.4.12"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = ["Alex Kerney <[email protected]>"]

Expand Down

0 comments on commit 0f06d16

Please sign in to comment.