config/resque/workers_schedule.yml in bigbluebutton_rails-2.2.0 vs config/resque/workers_schedule.yml in bigbluebutton_rails-2.3.0
- old
+ new
@@ -1,17 +1,17 @@
finish_meetings:
every:
- "5m"
- class: BigbluebuttonFinishMeetings
+ class: BigbluebuttonFinishMeetingsWorker
description: "Checks for meetings that finished and mark as finished. Same as 'rake bigbluebutton_rails:meetings:finish'."
update_recordings:
every:
- "30m"
- class: BigbluebuttonUpdateRecordings
+ class: BigbluebuttonUpdateRecordingsWorker
description: "Gets the recordings in the server to populate the db. Same as 'rake bigbluebutton_rails:recordings:update'."
update_server_configs:
every:
- "1h"
- class: BigbluebuttonUpdateServerConfigs
+ class: BigbluebuttonUpdateServerConfigsWorker
description: "Updates the server configs that are stored locally. Same as 'rake bigbluebutton_rails:server_configs:update'."