Commit 3e7ebf71 authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'low-urgency-idempotent-email-worker' into 'master'

Reduce urgency of EmailsOnPushWorker

Closes gitlab-com/gl-infra/scalability#264

See merge request gitlab-org/gitlab!28783
parents bf0e704f b6bed846
......@@ -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