Skip to content
代码片段 群组 项目
未验证 提交 48013e9e 编辑于 作者: Fabio Pitino's avatar Fabio Pitino 提交者: GitLab
浏览文件

Merge branch 'vij-adjust-flush-counter-worker-strategy' into 'master'

Uses until_executed for flush counter worker

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160558



Merged-by: default avatarFabio Pitino <fpitino@gitlab.com>
Approved-by: default avatarFabio Pitino <fpitino@gitlab.com>
Co-authored-by: default avatarVijay Hawoldar <vhawoldar@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -18,7 +18,7 @@ class FlushCounterIncrementsWorker
feature_category :not_owned # rubocop:disable Gitlab/AvoidFeatureCategoryNotOwned
urgency :low
deduplicate :until_executing, including_scheduled: true
deduplicate :until_executed, including_scheduled: true, if_deduplicated: :reschedule_once
idempotent!
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册