`garbage collector` takes too much time
We ran Cloudflare's Chrome DevTools profiler and got surprisingly high numbers (see screenshots).
The use case is collecting trade data from Binance (for 1 pair and for all).
garbage collector
is surprisingly high and consistent (every time we invoke a worker). Is this something we pay for in Standard
usage model? Anything we can do to optimize for it?0 Replies