gitlab-org--gitlab-foss/lib/gitlab/query_limiting
Yorick Peterse cca61980d5
Track and act upon the number of executed queries
This ensures that we have more visibility in the number of SQL queries
that are executed in web requests. The current threshold is hardcoded to
100 as we will rarely (maybe once or twice) change it.

In production and development we use Sentry if enabled, in the test
environment we raise an error. This feature is also only enabled in
production/staging when running on GitLab.com as it's not very useful to
other users.
2018-02-01 17:00:46 +01:00
..
active_support_subscriber.rb Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
middleware.rb Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00
transaction.rb Track and act upon the number of executed queries 2018-02-01 17:00:46 +01:00