Remove ActiveUserCountThresholdWorker cron schedule

What does this MR do and why?

Removes the cron schedule for ActiveUserCountThresholdWorker to stop new seat limit notification emails from being enqueued. The worker class is kept intact so any already-queued jobs drain safely.

This is the minimal fix to stop the daily emails. A follow-up MR will no-op the worker perform method as part of the full Sidekiq worker removal process.

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.

Merge request reports

Loading