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
Previously the task management web app was scalable using a SQL backplane for SignalR. The new .Net Core SignalR best practice is to use Redis as the message broker.
add Redis backplane feature to taskman web app
deployment and maintenance
The text was updated successfully, but these errors were encountered:
Previously the task management web app was scalable using a SQL backplane for SignalR. The new .Net Core SignalR best practice is to use Redis as the message broker.
The text was updated successfully, but these errors were encountered: