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
Prior to Refinery 2.7.0, it was possible to utilise a single Redis instance with multiple Refinery deployments (eg dev, staging, test). From Refinery 2.7.0 and onwards, it is no longer possible because Redis' pubsub model does not separate communicator based on selected Database ID.
Versions
Refinery: 2.7.0 onwards
Steps to reproduce
Upgrading to Refinery 2.7.0 or later
Additional context
There is a deprecated Prefix configuration option that could be reintroduced to be used with the topic names used to subscribe and publish messages to.
For example, no prefix would see no change in topic name, eg {topic-name}. If the test prefix was provided, the topics would build topic names like test:{topic-name}.
The text was updated successfully, but these errors were encountered:
Prior to Refinery 2.7.0, it was possible to utilise a single Redis instance with multiple Refinery deployments (eg dev, staging, test). From Refinery 2.7.0 and onwards, it is no longer possible because Redis' pubsub model does not separate communicator based on selected Database ID.
Versions
Steps to reproduce
Additional context
There is a deprecated
Prefix
configuration option that could be reintroduced to be used with the topic names used to subscribe and publish messages to.For example, no prefix would see no change in topic name, eg
{topic-name}
. If thetest
prefix was provided, the topics would build topic names liketest:{topic-name}
.The text was updated successfully, but these errors were encountered: