You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #14888 [Messenger] More on unique Redis consumer names (danmichaelo)
This PR was merged into the 5.2 branch.
Discussion
----------
[Messenger] More on unique Redis consumer names
I managed to miss the warning that the (strem,group,consumer) combination must be unique. I think it would make it less easy to miss if it was also mentioned in the Supervisor section, so I've tried to add a mention of it there. I also expanded the original warning block a bit.
There are many different combinations of transports and ways to manage workers, so I understand that the docs should not delve too deep into each one, but I think it's worthwhile to cover the Redis + Supervisor combo quite well, since it's one of the easier combinations to get started with, which also can work really well. Let me know what you think.
Related: #11869 #35358
Commits
-------
e73e923 [Messenger] More on unique Redis consumer names
0 commit comments