diff --git a/app/models/registry/auction_creator.rb b/app/models/registry/auction_creator.rb index 40e6b4c8b..0ecdbcc1d 100644 --- a/app/models/registry/auction_creator.rb +++ b/app/models/registry/auction_creator.rb @@ -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)