Commit b6bed846 authored by Nick Thomas's avatar Nick Thomas

Reduce urgency of EmailsOnPushWorker

Emails are not time-critical, so we can reduce the urgency of this
worker.
parent 40ae6eb6
......@@ -1021,7 +1021,7 @@
- :name: emails_on_push
:feature_category: :source_code_management
:has_external_dependencies:
:urgency: :high
:urgency: :low
:resource_boundary: :cpu
:weight: 2
:idempotent:
......
......@@ -6,7 +6,7 @@ class EmailsOnPushWorker # rubocop:disable Scalability/IdempotentWorker
attr_reader :email, :skip_premailer
feature_category :source_code_management
urgency :high
urgency :low
worker_resource_boundary :cpu
weight 2
......
---
title: Reduce urgency of EmailsOnPushWorker
merge_request: 28783
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment