Skip to content

Add QueryLimiting to Sidekiq workers as well

Thong Kuah requested to merge query_limiting_sidekiq into master

What does this MR do and why?

For now, we only add while in test environment, as development environment Sidekiq is not visible.

Note that the QueryLimiting tool is a blunt instrument as it has a fixed threshold of 100 queries, based on the assumption that a local environment should not generate more than 100 queries for a tiny amount of data.

Related issue: #462610 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Thong Kuah

Merge request reports