Skip to content

Commit

Permalink
Set reasonable value for production workers
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Jan 8, 2024
1 parent 81bd904 commit c895afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
chmod -R a+rwx backend_repo/ models_cache/ spacy_models/
python monkey_patch_docker_compose_for_backend_tests.py
export GID=$(id -g)
export API_PRODUCTION_WORKERS=0
export API_PRODUCTION_WORKERS=1
export RAY_CONFIG="./config_test_no_gpu.yaml"
docker compose -f compose-test.yml up -d
echo Waiting for containers to start...
Expand Down

0 comments on commit c895afd

Please sign in to comment.