Enqueue some simulations after running the seed file #93

Merged
bustikiller merged 1 commits from seed-executions into main 2024-11-03 13:30:35 +00:00
Showing only changes of commit a67696747b - Show all commits

View File

@ -63,3 +63,5 @@ NUMBER_OF_GUESTS.times do
status: Guest.statuses.keys.sample
)
end
ActiveJob.perform_all_later(3.times.map { TableSimulatorJob.new })