-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Events / Works
Disabling all work queues except a few through:
<queue id="*" processing="false"/> <queue id="somequeue" processing="true"/>
fails, because the * is interpreted after all contributions have been read and therefore disables all queues.
Note that a workaround is to disable every queue explicitly instead of using the wildcard *.
- depends on
-
NXP-14974 integrate sentinel pool in redis connector
- Resolved