fix: stale contacts job queue (#11434)

This commit is contained in:
Vishnu Narayanan
2025-05-08 08:43:34 +05:30
committed by GitHub
parent 1b23310e4b
commit 199f2fb86c

View File

@@ -5,7 +5,7 @@
# - are older than 30 days
class Internal::ProcessStaleContactsJob < ApplicationJob
queue_as :scheduled_jobs
queue_as :housekeeping
def perform
return unless ChatwootApp.chatwoot_cloud?