Skip to content

[Feature] Redis lacks delay support #3807

@iancooper

Description

@iancooper

Is your feature request related to a problem? Please describe.
We removed "delay" support from Redis, as it utilized Task.Delay(), which effectively blocks the message pump. We intended to reinstate the delay support when we had a scheduler. See RedisMessageConsumer.cs and the Requeue method, for the comment.

This did not happen!

Describe the solution you'd like
We should ensure that Redis has delay support using the scheduler.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions