### Elixir and Erlang/OTP versions Erlang/OTP 27 [erts-15.2.7.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] Elixir 1.20.0-dev (2b424ca) (compiled with Erlang/OTP 27) elixir main-otp-27 from asdf erlang 27.3.4.2 precompiled by https://github.com/erlef/otp_builds/ ### Operating system MacOS 15.7 ### Current behavior `mix new`, add oban `~> 2.0` (mix.lock says `2.20.1`) ``` mix compile mix deps.compile running across 4 OS processes 3> ==> oban 3> Compiling 63 files (.ex) 3> Verifying Oban.Telemetry (it's taking more than 10s) ``` ### Expected behavior compilation doesn't get stuck :)