mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Remove unused job concurrency key
This commit is contained in:
@@ -5,7 +5,6 @@ class WakatimeClearTestHeartbeatsJob < ApplicationJob
|
||||
|
||||
# Limits concurrency to 1 job per date
|
||||
good_job_control_concurrency_with(
|
||||
key: -> { arguments.first || Date.current.to_s },
|
||||
total: 1,
|
||||
drop: true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user