Deploy key rate limits?

Hi all!

I’m using deploy keys + scripts to automate daily deployment to customers’ VMs. I was wondering if there are rate limits or limits on the max number of simultaneous SSH connections with deploy keys on gitlab.com? Lets say ended up with 1000 customers at some point in the future- would it be a problem if they were all using the same deploy key to pull updates daily?

And also, are are there any limits for deploy tokens?

Thanks!

Hey @menathor, I think you can find some details regarding the max number of SSH in this issue. Not really sure about the deploy tokens.

Thanks @dsumenkovic! I saw that thread, however I believe they are talking about a self-hosted instance. Do you know if there are any limitations on parallel SSH connections per user for gitlab.com?