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/
|
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
config/test.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
|
|
|
|
|
|
|
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
config/test.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
|
test/test_helper.exs#L88
Mix.Config.persist/1 is deprecated. Use Application.put_all_env/2 instead
|
test/test_helper.exs#L87
Mix.Config.read!/1 is deprecated. Use Config.Reader.read!/2 instead
|
test/exq_test.exs#L608
variable "args" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
test/performance_test.exs#L32
the call to //2 will fail with ArithmeticError
|
test/performance_test.exs#L33
this check/guard will always yield the same result
|
test/worker_test.exs#L48
the call to //2 will fail with ArithmeticError
|
test/worker_test.exs#L54
this check/guard will always yield the same result
|
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
|
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
config/config.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
|
This job succeeded
Loading