-
Notifications
You must be signed in to change notification settings - Fork 271
Open
Labels
.NETPull requests that update .net codePull requests that update .net code0 - BacklogRC3feature requestv10Allocal to a v10 releaseAllocal to a v10 release
Description
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
Labels
.NETPull requests that update .net codePull requests that update .net code0 - BacklogRC3feature requestv10Allocal to a v10 releaseAllocal to a v10 release