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
In order to take advantage of canary releases we have to add a suffix with the release-tag in redis' queues to be consumed by the same release of Batch API. For instance:
from: batch:queues:{host} to: batch:queues:{release}:{host}
The text was updated successfully, but these errors were encountered:
In order to take advantage of canary releases we have to add a suffix with the release-tag in redis' queues to be consumed by the same release of Batch API. For instance:
from:
batch:queues:{host}
to:batch:queues:{release}:{host}
The text was updated successfully, but these errors were encountered: