Mongodb – Delay each element of array of arrays by x seconds RXJS to prevent API errors for too many requests
I'm not able to achieve something like this: Get data from mongodb, returns ARRAY For each element of array go inside and get a field that is an array of arrays For each array inside the array of arrays call…