Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
#++

class ProjectIdentifiers::ConvertProjectToSemanticIdsJob < ApplicationJob
include GoodJob::ActiveJobExtensions::Concurrency

good_job_control_concurrency_with(perform_limit: 5)
queue_with_priority :above_normal
Comment thread
thykel marked this conversation as resolved.
retry_on StandardError, wait: :polynomially_longer, attempts: 8
discard_on ActiveRecord::RecordNotFound
Expand Down
Loading