firebase-admin-go
firebase-admin-go copied to clipboard
[FR] Any equivalent of SendAll anytime soon?
Any equivalent of SendAll anytime soon?
Potential duplicate of https://github.com/firebase/firebase-admin-node/issues/2418#issuecomment-1989060437
The performance after implementing the SendEach functionality has significantly deteriorated, leading to higher CPU usage. Are there any anticipated improvements or optimizations that could address this issue?
I found a few problems with this issue:
- I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
- This issue does not seem to follow the issue template. Make sure you provide all the required information.
Hi @kashyaprahul94 , we have optimized the sendEach*() functions in #695 and the changes are now available in v4.17.0.
This change should reduce the CPU usage and improve batch send performance. Please create a new issue if you are still experiencing problems. Thanks!
@lahirumaramba hello,
#695 does not contain any benchmarks and comparisons, did you make some local measurements or profiling maybe which demonstrated the difference? If yes - please share 🙏