mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 19:55:16 +00:00
Remove unused job concurrency key
This commit is contained in:
parent
c84920dede
commit
9b7f1d058b
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue