Use a real queue

This commit is contained in:
Zach Latta
2025-05-14 17:40:17 -04:00
parent a872ab3198
commit 60b1c15623

View File

@@ -1,5 +1,5 @@
class ScanRepoEventsForCommitsJob < ApplicationJob
queue_as :low_priority # This can be a less frequent, background task
queue_as :literally_whenever
include GoodJob::ActiveJobExtensions::Concurrency
good_job_control_concurrency_with(