Actions
Bug #15747
closedWhen receving plenty of inventories at the same time, the web interface starts to parse them all at once (branch 5.0)
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
Same as in https://issues.rudder.io/issues/15012 , but for 5.0 branch
I've tried to use a different executionModel for ProcessFile (BatchedExecution or SynchronousExecution), without success
I've looked at the obervable/consumer approach ( https://monix.io/docs/2x/reactive/consumer.html ) but that's too big a change
Actions