Merge pull request 'Enqueue some simulations after running the seed file' (#93) from seed-executions into main
Some checks failed
Check usage of free licenses / build-static-assets (push) Successful in 34s
Run unit tests / unit_tests (push) Successful in 1m20s
Build Nginx-based docker image / build-static-assets (push) Failing after 1m56s

Reviewed-on: #93
This commit is contained in:
bustikiller 2024-11-03 13:30:34 +00:00
commit 01a00cf35f

View File

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