Skip to content

Commit

Permalink
disabling coralogix
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Feb 10, 2025
1 parent b779b8b commit 6d782a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dyno/web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
export SERVER_TYPE=wsgi;
fi

newrelic-admin run-program bin/start-pgbouncer \
# newrelic-admin run-program bin/start-pgbouncer \
gunicorn breathecode.$SERVER_TYPE --timeout $WEB_TIMEOUT --workers $WEB_WORKERS \
--worker-connections $WEB_WORKER_CONNECTION --worker-class $WEB_WORKER_CLASS \
--max-requests $WEB_MAX_REQUESTS --max-requests-jitter $WEB_MAX_REQUESTS_JITTER \
Expand Down

0 comments on commit 6d782a7

Please sign in to comment.