is there a a variable on the self hosted
is there a a variable on the self hosted version to change the concurrency?
5 Replies
https://github.com/get-convex/convex-backend/tree/main/self-hosted#advanced-configuration-and-tuning
The search for knobs with "CONCURRENCY" in the name.
GitHub
convex-backend/self-hosted at main · get-convex/convex-backend
The open-source reactive database for app developers - get-convex/convex-backend
APPLICATION_MAX_CONCURRENT_MUTATIONS, APPLICATION_MAX_CONCURRENT_QUERIES and APPLICATION_MAX_CONCURRENT_V8_ACTIONS are key ones
Nice, should i patch package or sth to change it, i dont know what we be the defaults for self hosted, im using the docker files
set the environment variables in the
docker-compose.yml and then you should be goodSure, thanks