Actions
Bug #15096
closedCompute change hook need to be on a dedicated threadpool
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
It seems better to have a single threaded pool for that task, because it means that we will use a queue to acc task, and there is nothing parallele in node run hook.
Actions