Enqueue some simulations after running the seed file
All checks were successful
Add copyright notice / copyright_notice (pull_request) Successful in 56s
Run unit tests / unit_tests (pull_request) Successful in 1m25s
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m1s

This commit is contained in:
Manuel Bustillo 2024-11-03 14:18:17 +01:00
parent c2989b216f
commit a67696747b

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 })