Actions
Architecture #7297
openSpeed up of promise validation
Status:
New
Priority:
N/A
Assignee:
-
Category:
Performance and scalability
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
Currently promise validation scales with the number of nodes
- potential Name service lookups
- Disk IO for reading the promises
- CPU performance for the general validation
... multiplied by nodes, in sequential
I think I have a solution for this.
You only need to run a validation for
the first node of
each group
containing >= 1 node.
Now, I've just put it here and not tried to come up with a twisted confusing explanation.
I hope you're happy
Updated by Benoît PECCATTE about 7 years ago
- Target version changed from 4.1.10 to Ideas (not version specific)
Updated by Nicolas CHARLES about 6 years ago
- Related to Architecture #4427: cf-promises check on ALL generated promises leads to huge generation time added
Actions