Geoffrey Mureithi

Results 63 comments of Geoffrey Mureithi

Thanks, this seems doable. It would need some changes to the calling of commands. We can add this to 0.6.0

This is noted, and I will look into it. This is not expected behaviour. Possibly because of `tokio-comp`

I can confirm that this is caused by including `tokio-comp`. This is a priority issue. > Before 0.5.0 a trick was to use apalis-core & apalis-redis instead of apalis. but...

True true. Will be so in 0.6

Resolved by https://github.com/geofmureithi/apalis/pull/357

Currently the functionality is not implemented implicitly (I can add that in 0.5). To do what you need. Consider using a custom Layer and calling `update_with_id`.

I encourage you to look at https://github.com/geofmureithi/apalis/blob/master/packages/apalis-core/src/layers/ack/mod.rs Ideally you would want to: 1. Create a Retry trait 2. Create a `RetryLayer` which would take in a type that implements `Retry`...

To be honest, we might be just needing a combination of Ack and Retry in the same layer.

https://github.com/geofmureithi/apalis/discussions/215#discussioncomment-7774965 Also applies here.