3 4 5
# File 'lib/injest/worker.rb', line 3 def perform(data) Injest::Writer.instance.append(data, sync: true) end