Skip to content

Conversation

@holmofy
Copy link
Member

@holmofy holmofy commented Nov 26, 2025

No description provided.

@geofmureithi
Copy link

First of all only apalis,apalis-core and apalis-workflow were updated. Let me do releases for redis, sqlite and postgres and see if that issue will be resolved.

@holmofy
Copy link
Member Author

holmofy commented Dec 1, 2025

Waiting for version 1.0.0 release.

@geofmureithi
Copy link

I did a release yesterday.

@holmofy
Copy link
Member Author

holmofy commented Dec 4, 2025

Spring-RS code has strict clippy checks; many upstream apalis-postgres code snippets still fail Spring-RS's clippy checks.

@geofmureithi
Copy link

You are trying to bump a major version without looking at the changelog:

This will never work because its v0.7 but not supported in v1.0

Please see https://github.com/apalis-dev/apalis/blob/main/CHANGELOG.md#breaking-changes for a start

@geofmureithi
Copy link

PS, There are breaking changes that are not documented so I might discourage updating to v1 yet. Please wait for the RC versions. I am hopeful to start releasing them tonight. I will update you when I do.

@holmofy
Copy link
Member Author

holmofy commented Dec 15, 2025

@geofmureithi I added the apalis-amqp dependency, but I'm getting an error.

error[E0437]: type `Compact` is not a member of trait `Backend`
   --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/apalis-amqp-1.0.0-alpha.1/src/lib.rs:169:5
    |
169 |     type Compact = Vec<u8>;
    |     ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Backend`

error[E0437]: type `Codec` is not a member of trait `Backend`
   --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/apalis-amqp-1.0.0-alpha.1/src/lib.rs:172:5
    |
172 |     type Codec = JsonCodec<Vec<u8>>;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Backend`

For more information about this error, try `rustc --explain E0437`.
error: could not compile `apalis-amqp` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...

@geofmureithi
Copy link

geofmureithi commented Dec 15, 2025 via email

@holmofy
Copy link
Member Author

holmofy commented Dec 25, 2025

@geofmureithi
Copy link

apalis-postgres-1.0.0-beta.3/src/fetcher.rs:27:5

You are using beta.3 and we are already in rc.1

@geofmureithi
Copy link

@holmofy The issues you are facing are described here
https://github.com/apalis-dev/apalis/blob/main/CHANGELOG.md#breaking-changes

@geofmureithi
Copy link

  1. Ensure the .backend() is the first call
  2. Worker<Context> is replaced with WorkerContext

@geofmureithi
Copy link

@holmofy this seems to be related to the time crate.

There is a PR on this: apalis-dev/apalis-postgres#39 Should be resolved by Monday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants