Merge pull request #1426 from Ducz0r/lm-add-queue-to-export-all-jobs

Add team_zip_export job queue to export all delayed jobs
This commit is contained in:
Luka Murn 2018-12-16 22:16:10 +01:00 committed by GitHub
commit 8935e4c7c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,8 @@ class TeamZipExport < ZipExport
FileUtils.rm_rf([zip_input_dir, zip_file], secure: true)
end
handle_asynchronously :generate_exportable_zip
handle_asynchronously :generate_exportable_zip,
queue: :team_zip_export
private