Skip to content

Commit

Permalink
more threads for docker compose acceptance tests (#11431)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsiega-airbyte committed Feb 27, 2024
1 parent 71ede73 commit 6a6e597
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.acceptance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ services:
networks:
- airbyte_internal
- airbyte_public
server:
# Acceptance tests make more intensive use of the service than a typical local deployment, and there is only a
# single server container in Docker, so we allow more threads to avoid getting overloaded.
environment:
- IO_TASK_EXECUTOR_THREADS=25
- CONFIG_DB_MAX_POOL_SIZE=25
- HEALTH_TASK_EXECUTOR_THREADS=25
- SCHEDULER_TASK_EXECUTOR_THREADS=50
# Acceptance tests do not need the webapp. Ideally we would not build the webapp
# and deploy the webapp to save time (~ 5 mins) on CI. However, the proxy currently
# written requires the webapp to run. So we pin the webapp to a specific commit.
Expand Down

0 comments on commit 6a6e597

Please sign in to comment.