Limits | Convex Developer Hub
hi friends, do the limits here https://docs.convex.dev/production/state/limits apply to the self-hosted version of the convex backend? Specifically the "Concurrent Function Executions". We are Pro users but wonder if our self-hosted deployment will be capped.
Limits | Convex Developer Hub
We’d love for you to have unlimited joy building on Convex but engineering
2 Replies
those limits are for the cloud product.
There are no explicit limits on self-hosted. You can do whatever you want. However, because it is a single node system, it's inherently limited by what you can run on a single node.
There's a knobs.rs file that shows configurables - which you can play with for concurrent function executions (it's all documented in the self-hosted documentation).
got it, thank you!