#wait group for up to 500 processes?

2 messages · Page 1 of 1 (latest)

warm yoke
#

i'm wondering, are gorotunes & wait group powerful enough to handled up to 500 processes?
i have an excel file that has up to 500 rows, i plan to handle each row concurrently using wait group, will i encounter any crazy edge case errors?

the process itself is just inserting a new row to a postgresql table. i'm wondering if there's more optimized solution.