mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-26 06:54:48 +08:00
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:
commit
8935e4c7c1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue