Skip to content

Add options to ProjectExportWorker

In !29905 (closed) I provided additional options to ProjectExportWorker.perform_async

!29905 (comment 332963673)

if rails is reloaded by the latest change but sidekiq has not been reloaded: ProjectExportWorker.perform_async will be called from rails with an additional argument But, it will not be recognized in ProjectExportWorker yet.

We need to deploy this change first before we can roll it out since add_export_job can be launched from the canary or older version of GitLab...

Related to #21300

Merge request reports

Loading