Add job_id to Logger metadata for tracing #116
Annotations
29 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Compile dependencies:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Compile dependencies:
config/test.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Compile dependencies
variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
|
Compile dependencies
variable "make_ref" does not exist and is being expanded to "make_ref()", please use parentheses to remove the ambiguity or change the variable name
|
Compile dependencies
variable "self" does not exist and is being expanded to "self()", please use parentheses to remove the ambiguity or change the variable name
|
Compile dependencies
variable "self" does not exist and is being expanded to "self()", please use parentheses to remove the ambiguity or change the variable name
|
Compile dependencies
variable "self" does not exist and is being expanded to "self()", please use parentheses to remove the ambiguity or change the variable name
|
Compile dependencies
Dict.get/3 is deprecated. Use the Map module for working with maps or the Keyword module for working with keyword lists
|
Compile dependencies
Dict.put/3 is deprecated. Use the Map module for working with maps or the Keyword module for working with keyword lists
|
Remove compiled application files:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Remove compiled application files:
config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Run unit tests:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Run unit tests:
config/test.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Run unit tests
variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
|
Run unit tests:
test/test_helper.exs#L88
Mix.Config.persist/1 is deprecated. Use Application.put_all_env/2 instead
|
Run unit tests:
test/test_helper.exs#L87
Mix.Config.read!/1 is deprecated. Use Config.Reader.read!/2 instead
|
Run unit tests:
test/exq_test.exs#L608
variable "args" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run unit tests:
test/performance_test.exs#L32
the call to //2 will fail with ArithmeticError
|
Run unit tests:
test/performance_test.exs#L33
this check/guard will always yield the same result
|
Run unit tests:
test/worker_test.exs#L48
the call to //2 will fail with ArithmeticError
|
Run unit tests:
test/worker_test.exs#L54
this check/guard will always yield the same result
|
Install package dependencies:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Install package dependencies:
config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Install package dependencies
variable "deps" does not exist and is being expanded to "deps()", please use parentheses to remove the ambiguity or change the variable name
|
Set up Elixir:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Set up Elixir:
config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Set up Elixir:
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Set up Elixir:
config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
Loading