Remove unused job concurrency key

This commit is contained in:
Max Wofford 2025-03-13 18:52:24 -04:00
parent c84920dede
commit 9b7f1d058b

View file

@ -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
)