Skip to content

Commit

Permalink
Pre-release 0.0.5a3
Browse files Browse the repository at this point in the history
  • Loading branch information
abyssnlp committed May 3, 2023
1 parent 9f18120 commit a4f41fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Increase buffer capacity, Increased retry attempts and add retry statistics logging([`cf3b3eb`](https://github.com/abyssnlp/airflow-metrics-gbq/commit/cf3b3eb2ff820d89d30b7e4fbcf4f7f48a198b7d))
* Increase buffer flush timeout to 15 seconds ([`9c3ec4c`](https://github.com/abyssnlp/airflow-metrics-gbq/commit/9c3ec4cd53e24a25d728c85b8f49b20b6266533a))
* Add exponential backoff retry on fetch ([`59e6a36`](https://github.com/abyssnlp/airflow-metrics-gbq/commit/59e6a36d6531148d50d633cc838e8df9ea7b3c9e))
* Remove stop clause for retry and increase max wait between retries from 10 to 20 seconds ([`9f18120`](https://github.com/abyssnlp/airflow-metrics-gbq/commit/9f1812003660d670177fee6d3f02f35461a94709))

---

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "airflow-metrics-gbq"
version = "0.0.5a2"
version = "0.0.5a3"
description = "Airflow metrics to Google BigQuery"
authors = ["Shaurya Rawat <rawatshaurya1994@gmail.com>"]
license = "BSD2"
Expand Down

0 comments on commit a4f41fd

Please sign in to comment.