We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8b499 commit 63d1996Copy full SHA for 63d1996
lib/stackify-api-ruby.rb
@@ -44,7 +44,6 @@ def configuration
44
def setup
45
@workers = []
46
yield(configuration) if block_given?
47
- Stackify::EnvDetails.instance.set_rails_info
48
if configuration.is_valid?
49
@status = STATUSES[:working]
50
else
@@ -107,7 +106,7 @@ def internal_log level, msg
107
106
def run async = true
108
if Stackify.is_valid?
109
at_exit { make_remained_job }
110
- t1 = Thread.new { Stackify.authorize }
+ t1 = Thread.new { Stackify.authorize }
111
case Stackify.configuration.mode
112
when MODES[:both]
113
t2 = start_logging
0 commit comments