fix git job
This commit is contained in:
parent
6f8cb49a03
commit
1ac5f29903
@ -1,6 +1,8 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class GitJob < ApplicationJob
|
class GitJob < ApplicationJob
|
||||||
|
include GoodJob::ActiveJobExtensions::Concurrency
|
||||||
|
|
||||||
queue_as :git
|
queue_as :git
|
||||||
|
|
||||||
good_job_control_concurrency_with(perform_limit: 1)
|
good_job_control_concurrency_with(perform_limit: 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user