method
shutdown
v7.2.3 -
Show latest stable
- Class:
ActiveJob::QueueAdapters::AsyncAdapter::Scheduler
shutdown(wait: true)public
No documentation available.
# File activejob/lib/active_job/queue_adapters/async_adapter.rb, line 105
def shutdown(wait: true)
@async_executor.shutdown
@async_executor.wait_for_termination if wait
end