Commit 5639c62b authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg Committed by Z.J. van de Weg

Quote class name in case it gets destroyed

parent 19b87fb4
......@@ -19,7 +19,7 @@ class RequeuePendingDeleteProjects < ActiveRecord::Migration
args = ids.map { |id| [id['id'], admin.id, {}] }
Sidekiq::Client.push_bulk('class' => ProjectDestroyWorker, 'args' => args)
Sidekiq::Client.push_bulk('class' => "ProjectDestroyWorker", 'args' => args)
@offset += 1
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment