Wait for the Delayed Job worker thread to finish

This commit is contained in:
Matthew Draper 2017-08-13 22:02:57 +09:30
parent 6dc9c91c82
commit 788f46d486
1 changed files with 1 additions and 0 deletions

View File

@ -18,5 +18,6 @@ module DelayedJobJobsManager
def stop_workers
@worker.stop
@thread.join
end
end