mirror of https://github.com/rails/rails
Wait for the Delayed Job worker thread to finish
This commit is contained in:
parent
6dc9c91c82
commit
788f46d486
|
@ -18,5 +18,6 @@ module DelayedJobJobsManager
|
|||
|
||||
def stop_workers
|
||||
@worker.stop
|
||||
@thread.join
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue