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
The new paradigm of workers requries Redis as a pub/sub message backend, so there will need to be a deployment of Redis, similar to the mongo deployment. Ideally this would have something like 3 or replicas for redundancy.
Eventually the consumers of this would be core and worker services, which would need to specify the redis host and port in their configs.
The text was updated successfully, but these errors were encountered:
The new paradigm of workers requries Redis as a pub/sub message backend, so there will need to be a deployment of Redis, similar to the mongo deployment. Ideally this would have something like 3 or replicas for redundancy.
Eventually the consumers of this would be
core
andworker
services, which would need to specify the redishost
andport
in their configs.The text was updated successfully, but these errors were encountered: