Samagra-Development / WarpSQL

WarpSQL
https://samagra-development.github.io/WarpSQL/
Apache License 2.0
15 stars 30 forks source link

Added environment variable for max connection #48

Closed AtulRajput01 closed 1 year ago

AtulRajput01 commented 1 year ago

Added environment variable for max connection

This PR addresses issue #18 add a new environment variable, PG_MAX_CONNECTIONS, to the docker-compose.yml file in order to configure the maximum number of database connections for the TimescaleDB service. By setting the value to 10, we can increase the maximum allowed connections to improve scalability and accommodate higher traffic.

Please review the changes and consider merging them into the main branch. Thank you!

singhalkarun commented 1 year ago

Hey @AtulRajput01, I see lot of other commits which are not associated with the current issue. Please remove all other commits from this PR so that it will be easier for us to review the changes.

Here are steps you should follow to avoid that in future as well,

1) Fork the repo 2) Create a new branch out of main branch for the specific issue 3) Commit and push all changes associated with that issue on that branch 4) Raise a PR to be merged into main branch of original repo

Thanks.

jayanth-kumar-morem commented 1 year ago

@AtulRajput01 I see that you raised the same changes in another PR for AWS S3. Please close this PR and raise a new one related to only #18 .

Thanks!