Description
Elixir and Erlang/OTP versions
Erlang/OTP 26 [erts-14.2.5.4] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit]
Elixir 1.19.0-dev (a1c1888) (compiled with Erlang/OTP 26)
Operating system
macOS
Current behavior
Repro:
- Create an empty mix project
- Add
{:bamboo, "~> 2.0"}
&mix deps.get
- Run
mix compile
==> bamboo
Compiling 28 files (.ex)
Compiling lib/bamboo/adapters/mailgun_adapter.ex (it's taking more than 10s)
warning: Plug.Cowboy.http/3 is undefined (module Plug.Cowboy is not available or is yet to be defined)
│
11 │ Plug.Cowboy.http(Bamboo.SentEmailViewerPlug, [], port: 4003)
│ ~
│
└─ lib/mix/start_sent_email_viewer_task.ex:11:17: Mix.Tasks.Bamboo.StartSentEmailViewer.run/1
No idea if it ever finishes. Ctrl+C killed after ~10 minutes on M2 mac
Expected behavior
Compilation in reasonable time
Metadata
Metadata
Assignees
Labels
No labels