Sha256: fdfa66e4497e1872390f4033fecd83fb864dde2a39bacd291256879dd64602d4
Contents?: true
Size: 410 Bytes
Versions: 2
Compression:
Stored size: 410 Bytes
Contents
# A resque worker to get the list of recordings from the server and update # the database. # Same as "rake bigbluebutton_rails:recordings:update". class BigbluebuttonUpdateRecordingsWorker @queue = :bigbluebutton_rails def self.perform(server_id=nil) Rails.logger.info "BigbluebuttonUpdateRecordingsWorker worker running" BigbluebuttonRails::BackgroundTasks.update_recordings(server_id) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bigbluebutton_rails-3.0.0 | app/workers/bigbluebutton_update_recordings_worker.rb |
bigbluebutton_rails-2.3.0 | app/workers/bigbluebutton_update_recordings_worker.rb |