Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gql] expose db_pool_size on ConnectionConfig #17595

Merged
merged 2 commits into from
May 9, 2024
Merged

Conversation

wlmyng
Copy link
Contributor

@wlmyng wlmyng commented May 8, 2024

Description

There isn't a way to configure db_pool_size on ConnectionConfig since it's not exposed on start_server. This is a simple PR that exposes it, and bumps the default pool size from 3 to 10. This is because we already have a few background tasks in addition to the main graphql service.

Test plan

Existing tests.


Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • Protocol:
  • Nodes (Validators and Full nodes):
  • Indexer:
  • JSON-RPC:
  • [ x] GraphQL: Expose an additional parameter db_pool_size on start-server command so that users can configure how many db connections the graphql service will spin up for its pool.
  • CLI:
  • Rust SDK:

Copy link

vercel bot commented May 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) May 8, 2024 11:54pm
sui-kiosk ⬜️ Ignored (Inspect) May 8, 2024 11:54pm
sui-typescript-docs ⬜️ Ignored (Inspect) May 8, 2024 11:54pm

@wlmyng wlmyng merged commit cccf813 into main May 9, 2024
50 checks passed
@wlmyng wlmyng deleted the wlmyng/gql/set-pool-size branch May 9, 2024 00:21
wlmyng added a commit that referenced this pull request May 9, 2024
There isn't a way to configure `db_pool_size` on `ConnectionConfig`
since it's not exposed on `start_server`. This is a simple PR that
exposes it, and bumps the default pool size from 3 to 10. This is
because we already have a few background tasks in addition to the main
graphql service.

Existing tests.

---

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol:
- [ ] Nodes (Validators and Full nodes):
- [ ] Indexer:
- [ ] JSON-RPC:
- [ x] GraphQL: Expose an additional parameter `db_pool_size` on
`start-server` command so that users can configure how many db
connections the graphql service will spin up for its pool.
- [ ] CLI:
- [ ] Rust SDK:
wlmyng added a commit that referenced this pull request May 9, 2024
## Description 

There isn't a way to configure `db_pool_size` on `ConnectionConfig`
since it's not exposed on `start_server`. This is a simple PR that
exposes it, and bumps the default pool size from 3 to 10. This is
because we already have a few background tasks in addition to the main
graphql service.

## Test plan 

Existing tests.

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ x] GraphQL: Expose an additional parameter `db_pool_size` on
`start-server` command so that users can configure how many db
connections the graphql service will spin up for its pool.
- [ ] CLI: 
- [ ] Rust SDK:
wlmyng added a commit that referenced this pull request May 9, 2024
There isn't a way to configure `db_pool_size` on `ConnectionConfig`
since it's not exposed on `start_server`. This is a simple PR that
exposes it, and bumps the default pool size from 3 to 10. This is
because we already have a few background tasks in addition to the main
graphql service.

Existing tests.

---

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol:
- [ ] Nodes (Validators and Full nodes):
- [ ] Indexer:
- [ ] JSON-RPC:
- [x] GraphQL: Expose an additional parameter `db_pool_size` on
`start-server` command so that users can configure how many db
connections the graphql service will spin up for its pool.
- [ ] CLI:
- [ ] Rust SDK:

## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
wlmyng added a commit that referenced this pull request May 9, 2024
## Description 

There isn't a way to configure `db_pool_size` on `ConnectionConfig`
since it's not exposed on `start_server`. This is a simple PR that
exposes it, and bumps the default pool size from 3 to 10. This is
because we already have a few background tasks in addition to the main
graphql service.

## Test plan 

Existing tests.

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [x] GraphQL: Expose an additional parameter `db_pool_size` on
`start-server` command so that users can configure how many db
connections the graphql service will spin up for its pool.
- [ ] CLI: 
- [ ] Rust SDK:

## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
ebmifa pushed a commit that referenced this pull request May 16, 2024
## Description 

There isn't a way to configure `db_pool_size` on `ConnectionConfig`
since it's not exposed on `start_server`. This is a simple PR that
exposes it, and bumps the default pool size from 3 to 10. This is
because we already have a few background tasks in addition to the main
graphql service.

## Test plan 

Existing tests.

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [x] GraphQL: Expose an additional parameter `db_pool_size` on
`start-server` command so that users can configure how many db
connections the graphql service will spin up for its pool.
- [ ] CLI: 
- [ ] Rust SDK:

## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants