fix: allow polling only when worker is ready #845
Annotations
15 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/cargo@v1:
packages/apalis-core/src/builder.rs#L183
empty line after doc comment
|
Run actions-rs/cargo@v1:
packages/apalis-core/src/monitor/mod.rs#L125
empty line after doc comment
|
Run actions-rs/cargo@v1:
packages/apalis-core/src/response.rs#L20
this seems like a manual implementation of the non-exhaustive pattern
|
Run actions-rs/cargo@v1:
packages/apalis-core/src/storage/mod.rs#L58
very complex type used. Consider factoring parts into `type` definitions
|
Run actions-rs/cargo@v1:
packages/apalis-core/src/poller/mod.rs#L11
this seems like a manual implementation of the non-exhaustive pattern
|
Run actions-rs/cargo@v1:
packages/apalis-core/src/task/task_id.rs#L71
the following explicit lifetimes could be elided: 'de
|
Run actions-rs/cargo@v1
`apalis-core` (lib) generated 6 warnings (run `cargo clippy --fix --lib -p apalis-core` to apply 1 suggestion)
|
Run actions-rs/cargo@v1:
src/layers/tracing/mod.rs#L103
empty line after doc comment
|
Run actions-rs/cargo@v1
`apalis` (lib) generated 1 warning
|
Run actions-rs/cargo@v1:
packages/apalis-redis/src/storage.rs#L689
this function depends on never type fallback being `()`
|
Loading