Workers allow a limit of 6 concurrent outgoing connections. If you run into that it can cause some h

Workers allow a limit of 6 concurrent outgoing connections. If you run into that it can cause some hard-to-debug error scenarios. That's the main concern for that setting, which was my focus when adding that note. If you don't want multiple concurrent queries, max: 1 is probably better as it's fewer moving parts to debug if you do run into issues.
Was this page helpful?