refactor(support): create HS conversation in async and run virus scanner on attachments

This commit is contained in:
Colin Darie 2024-06-13 13:27:32 +02:00
parent ae5937b22a
commit a1469b04fe
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
8 changed files with 138 additions and 39 deletions

View file

@ -14,6 +14,7 @@ if Rails.env.production? && SIDEKIQ_ENABLED
DossierIndexSearchTermsJob,
DossierOperationLogMoveToColdStorageBatchJob,
DossierRebaseJob,
HelpscoutCreateConversationJob,
ImageProcessorJob,
MaintenanceTasks::TaskJob,
Migrations::BackfillStableIdJob,