:wave: Hey folks, is there a recommended way to tr...
# general
e
👋 Hey folks, is there a recommended way to try and debug performance issues outside of the docs? I'm not sure what changed but my deploys now take nearly 20 minutes for a stack 74 things (including component resources & providers). Using the S3 backend (DO Spaces), docker, vault, postgres, and minio packages, and deploying docker via an ssh tunnel. Currently running the verbose output to a log file, but it's been going for 10 minutes and hasn't shown any completed updates yet
b
I believe there were issues with DO spaces because of rate limiting, can you try another object store just to eliminate that?
e
👍 yep I can take a look
Have there been any reported issues with Linode? Going to give them a shot
b
not that I can recall, but your mileage may vary
👍 1
f
I've been deploying a couple of stacks with several hundred resources using a self-managed S3 backend and it goes through pretty quickly. I'd suggest yes perhaps DO as the bottleneck. Good question re how to measure that though.
e
To follow up here, it looks like linode works well; so agree that DO is the bottleneck. Might be worth adding something to the documentation noting that perhaps?