I am trying to implement the task processor for my application and came across redis streams and though to utilize it for task processor. In the mean time I was asked to implement delay for processing messages so looking for suggestions.
↧
I am trying to implement the task processor for my application and came across redis streams and though to utilize it for task processor. In the mean time I was asked to implement delay for processing messages so looking for suggestions.