Class: Delayed::Worker
- Inherits:
-
Object
- Object
- Delayed::Worker
- Defined in:
- lib/app/models/delayed/worker.rb
Overview
Override the start and stop of the worker itself to capture start/end of the worker lifecycle
Instance Method Summary collapse
-
#start ⇒ Object
Starting the worker.
-
#stop ⇒ Object
Stop the worker.