Execution of event handler

Hello, How can I configure how many asynchronous listeners can run in concurrency?

0 votes

1 answers

1024 views

ANSWER



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

1 votes