Sha256: 6c5ff8772f19ef8d18bb720b2303997b8f5dcf5d341837e7bf9f2310841ce0b5

Contents?: true

Size: 372 Bytes

Versions: 2

Compression:

Stored size: 372 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 BigbluebuttonUpdateRecordings
  @queue = :bigbluebutton_rails

  def self.perform
    Rails.logger.info "BigbluebuttonUpdateRecordings worker running"
    BigbluebuttonRails::BackgroundTasks.update_recordings
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bigbluebutton_rails-2.1.0 app/workers/bigbluebutton_update_recordings.rb
bigbluebutton_rails-2.0.0 app/workers/bigbluebutton_update_recordings.rb