4 months ago
asked this before but all my threads were just closed:
Hi,
I learned early on that projects have a max 10 volume limit. Now I noticed that we've somehow managed to create 11 volumes in one of the projects. How can I see/know what the actual limit is? The volume limit has us building tricky workarounds which are costly and cumbersome.
0 Replies
4 months ago
It is 10, but you have likely found yourself some kind of pathway in our code where that volume count is not as strictly enforced.
Can you share what you are doing that needs >10 volumes?
we have a multi-tenant application ie. we deploy a container per customer.. they don't need a lot of resources but each instance must be a self-contained unit for security reasons
4 months ago
I would recommend doing a project per customer.
we've barely started and we're at 40 instances.. project per instance sounds like a management nightmare
3 months ago
Might have to build something on top of our API then?
maybe.. was hoping not to have to build another piece of custom sw but it might be the only way. There are no 3rd party tools for managing bigger Railway envs? The GUI is not great for those.
3 months ago
Unfortunately not that I know of. I’d suggest investigating the API to see if it has the functionality you’re looking for.