Rename job to be more inline with other jobs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CalendarScraperJob < ApplicationJob
|
||||
class ScrapeCalendarJob < ApplicationJob
|
||||
queue_as :default
|
||||
|
||||
def perform(*args)
|
||||
@@ -15,6 +15,7 @@ class CalendarScraperJob < ApplicationJob
|
||||
|
||||
unit_code = match[0]
|
||||
short_lecture_title = match[1]
|
||||
start_time = event.dtstart
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user