- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2023 04:46 AM
Hello, How can I configure how many asynchronous listeners can run in concurrency?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 12:19 PM
Hello,
I suggest you read about Nuxeo work: https://doc.nuxeo.com/nxdoc/work-and-workmanager/
You can use WorkManager to schedule a job from your listener.
Workers use a queue that you can configure with the maxThreads param.
Yvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 12:19 PM
Hello,
I suggest you read about Nuxeo work: https://doc.nuxeo.com/nxdoc/work-and-workmanager/
You can use WorkManager to schedule a job from your listener.
Workers use a queue that you can configure with the maxThreads param.
Yvan
