more delay on initial message

This commit is contained in:
24c02 2026-01-22 15:28:50 -05:00
parent e24a195765
commit acf36d13a3

View file

@ -2,7 +2,7 @@ class Tutorial::BeginJob < ApplicationJob
queue_as :default
def perform(identity)
sleep 1
sleep 3
RalseiEngine.send_first_message(identity)
end
end