#I am running a long database delete function to clean a collection
6 messages · Page 1 of 1 (latest)
don't. long = bad. it's always better to have smaller, more robust functions. break up your long function to smaller ones
Yes I have zero context.log()
I am just reading a collection at once with around 200k and writing it to another collection
Not too complex
Still, find ways to make it complete sooner