Skip to content

Commit

Permalink
Honor Loops' rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
northeastprince authored Dec 14, 2024
1 parent 488cb9b commit 45516d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/jobs/loops_synchronization_job.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
class LoopsSynchronizationJob < ApplicationJob
limits_concurrency to: 5, duration: 1.second, key: "Loops"
queue_as :low

def perform(user)
Expand Down

0 comments on commit 45516d7

Please sign in to comment.