Unable to create new connections: Organization has reached the maximum limit of 100 connections (Self-hosted)
- Langage dominant
- Python
- Étoiles
- 22.1k
- Forks
- 5.3k
- Métriques de merge des PR
- Métriques de PR en attente
Description
### Topic
_No response_
### Relevant information
Context: I am using a self-hosted Airbyte instance. I have recently encountered a limit when trying to create new connections. Even though I am self-hosting the platform, it appears there is a default quota being enforced at the organization level.
Error Message: When attempting to create a new connection, the API/UI returns a 422 error with the following message structure: "Cannot create connection: organization has reached the maximum limit of 100 connections. organizationId=00000000-0000-0000-0000-000000000000 ..."
Request: As a self-hosted user, I need to expand our usage beyond this default limit. I would like to know:
What is the specific environment variable to override or increase this 100-connection limit? (e.g., is it MAX_CONNECTIONS_PER_ORGANIZATION?)
If this is stored in the database metadata, which table and column should be updated for the default organization (00000000-0000-0000-0000-000000000000)?
Are there any other side effects (such as memory or database connection pool settings) that I should consider when increasing this limit to a much higher value?
Environment:
Deployment: Self-hosted (abctl)
Goal: I want to increase the connection limit to allow for more data streams in our single organization setup. Any documentation or guidance on the correct configuration would be greatly appreciated.
---
**Internal Tracking:** https://github.com/airbytehq/oncall/issues/12382
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.