Fix wrong argument
What does this MR do and why?
A key-value pair was passed mistakenly as an argument to the defer_on_database_health_signal of PipelineAnalyzersStatusUpdateWorker.
This resulted in jobs not being deferred by the means of defer_on_database_health_signal instead they were retried by default sidekiq mechanism as the StandardError was reported.
References
Fixes: GITLABCOM-DXAK
Related issue: #553421 (closed)
How to set up and validate locally
N/A. Reproducing auto-vacuum conditions is hard.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.