Method: Workling::Invokers::BasicPoller#stop
- Defined in:
- lib/workling/invokers/basic_poller.rb
#stop ⇒ Object
Gracefully stops the Invoker. The currently executing Jobs should be allowed
to finish.
32 33 34 |
# File 'lib/workling/invokers/basic_poller.rb', line 32 def stop @shutdown = true end |