mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 19:45:08 +00:00
more delay on initial message
This commit is contained in:
parent
e24a195765
commit
acf36d13a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue