Skip to content

fix: don't deadlock when lots of async reactors are sharing a concurrency pool. #178

fix: don't deadlock when lots of async reactors are sharing a concurrency pool.

fix: don't deadlock when lots of async reactors are sharing a concurrency pool. #178

Triggered via pull request September 27, 2023 22:01
Status Success
Total duration 5m 42s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

elixir.yml

on: pull_request
ash-ci  /  mix deps.get
28s
ash-ci / mix deps.get
ash-ci  /  MIX_ENV=test mix.compile
38s
ash-ci / MIX_ENV=test mix.compile
ash-ci  /  mix hex.audit
17s
ash-ci / mix hex.audit
ash-ci  /  MIX_ENV=dev mix.compile
26s
ash-ci / MIX_ENV=dev mix.compile
ash-ci  /  mix format --check-formatted
41s
ash-ci / mix format --check-formatted
ash-ci  /  mix spark.formatter --check
38s
ash-ci / mix spark.formatter --check
ash-ci  /  mix sobelow
38s
ash-ci / mix sobelow
ash-ci  /  mix credo --strict
37s
ash-ci / mix credo --strict
ash-ci  /  mix deps.unlock --check-unused
34s
ash-ci / mix deps.unlock --check-unused
ash-ci  /  mix test
56s
ash-ci / mix test
ash-ci  /  mix dialyzer
4m 7s
ash-ci / mix dialyzer
ash-ci  /  mix spark.cheat_sheets --check
32s
ash-ci / mix spark.cheat_sheets --check
ash-ci  /  Release
0s
ash-ci / Release
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
ash-ci / MIX_ENV=dev mix.compile
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / MIX_ENV=dev mix.compile
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / MIX_ENV=test mix.compile
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / MIX_ENV=test mix.compile
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix spark.cheat_sheets --check
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix spark.cheat_sheets --check
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix deps.unlock --check-unused
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix deps.unlock --check-unused
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix credo --strict
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix credo --strict
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix spark.formatter --check
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix spark.formatter --check
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix sobelow
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix sobelow
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix format --check-formatted
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix format --check-formatted
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix test
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix test
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead
ash-ci / mix dialyzer
Logger.warn/1 is deprecated. Use Logger.warning/2 instead
ash-ci / mix dialyzer
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead