Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarsh24 committed Feb 13, 2024
1 parent 569c9b2 commit 73fc60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/jobs/github_import_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

class GithubImportJob < ApplicationJob
queue_as :import
limits_concurrency to: 1, key: ->(job) { job.class.name }, duration: 1.hour

def perform
Task.sync_with_github
Expand Down

0 comments on commit 73fc60b

Please sign in to comment.