mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Polish launcher
This commit is contained in:
parent
605732a3e8
commit
92f62f1af0
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
require 'sidekiq/actor'
|
||||
require 'sidekiq/manager'
|
||||
require 'sidekiq/fetch'
|
||||
require 'sidekiq/scheduled'
|
||||
|
||||
module Sidekiq
|
||||
|
@ -7,7 +9,7 @@ module Sidekiq
|
|||
# If any of these actors die, the Sidekiq process exits
|
||||
# immediately.
|
||||
class Launcher
|
||||
include Celluloid
|
||||
include Actor
|
||||
|
||||
trap_exit :actor_died
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue