Skip to content

Commit

Permalink
fix stdout delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Oct 10, 2024
1 parent 8ca0bf7 commit 1712a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/keygen/stdout.rake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace :keygen do
StdoutMailer.issue_nine(subscriber:)
.deliver_later(
# Fan out deliveries
in: rand(1.minute..8.hours),
wait: rand(1.minute..8.hours),
)

sleep 0.1
Expand Down

0 comments on commit 1712a8d

Please sign in to comment.