We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4fecc commit 08a0d73Copy full SHA for 08a0d73
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog for Oban Met v1.0
2
3
+## v1.0.3 — 2025-05-06
4
+
5
+- [Examiner] Use parallel execution for health checks.
6
7
+ Minimize total time taken to scrape checks from producers by parallelizing calls. The worst case
8
+ time is now O(1) rather than O(n) when producers are busy.
9
10
## v1.0.2 — 2025-03-14
11
12
This release requires Oban v2.19 because of a dependency on the new JSON module.
mix.exs
@@ -2,7 +2,7 @@ defmodule Oban.Met.MixProject do
use Mix.Project
@source_url "https://github.com/oban-bg/oban_met"
- @version "1.0.2"
+ @version "1.0.3"
def project do
[
0 commit comments