beehive 0.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/beehive/version.rb +1 -1
- data/lib/beehive/worker.rb +1 -1
- metadata +1 -1
data/lib/beehive/version.rb
CHANGED
data/lib/beehive/worker.rb
CHANGED
|
@@ -109,7 +109,7 @@ module Beehive
|
|
|
109
109
|
@options[:logger].info('Process forked, executing job')
|
|
110
110
|
|
|
111
111
|
begin
|
|
112
|
-
::Beehive::Jobs[job].call(params)
|
|
112
|
+
::Beehive::Jobs[job].call(params, @options[:logger])
|
|
113
113
|
|
|
114
114
|
@options[:logger].info('Job successfully processed')
|
|
115
115
|
exit
|