Skip to content

Commit

Permalink
Update archivable.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Dec 29, 2024
1 parent dba0e19 commit a924948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/hackathon/website/archivable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def archive_with(job_id)
class FollowUpJob < ApplicationJob
limits_concurrency to: 15, duration: 1.minute, group: "Wayback Machine", key: "API"
queue_as :low

def perform(hackathon, id)
hackathon.follow_up_on_archive(id)
end
Expand Down

0 comments on commit a924948

Please sign in to comment.