-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 11.x
-
Component/s: Events / Works
-
Tags:
Currently updateThumbListener and notificationListener run in the 'default' queue. This causes problems when notifications need to go out on time when there's a large backlog of thumbnail generation work.
Add a a new contribution to the platform resembling the following:
<queue id="updateThumbListener"> <category>updateThumbListener</category> </queue> <queue id="notificationListener"> <category>notificationListener</category> </queue>
- is related to
-
NXP-30188 Dedicate default WorkManager queue for Custom Works
- Resolved