Skip to content

Commit

Permalink
Set wait time for WishlistJob
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Tsoganov authored and Sergei Tsoganov committed Oct 3, 2023
1 parent 73d86ef commit 39c0382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/registry/auction_creator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def indicate_correct_platform_and_assign_it(domain_name)
end

def send_wishlist_notifications(domain_name, remote_id)
WishlistJob.perform_later(domain_name, remote_id)
WishlistJob.set(wait: 1.minute).perform_later(domain_name, remote_id)
end

def destroy_autobider(domain_name)
Expand Down

0 comments on commit 39c0382

Please sign in to comment.