You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.
I've just changed our code from using Chef-API to using Ridley and ran into the same problem. Our RSpec tests run fine but at the end, we get lots of "Terminating task" warnings.
Hi : Using following:
require 'ridley'
ridley = Ridley.new(server_url: "https://", client_name: "clientwatcher1", client_key: "/tmp/clientwatcher1.pem")
Getting error:
W, [2014-11-23T17:59:24.055017 #36239] WARN -- : Terminating task: type=:finali
zer, meta={:method_name=>:shutdown}, status=:receiving
Celluloid::TaskFiber backtrace unavailable. Please try
Celluloid.task_c lass = Celluloid::TaskThread
if you need backtraces here.W, [2014-11-23T17:59:24.055341 #36239] WARN -- : Terminating task: type=:finali
zer, meta={:method_name=>:shutdown}, status=:receiving
Celluloid::TaskFiber backtrace unavailable. Please try
Celluloid.task_c lass = Celluloid::TaskThread
if you need backtraces here.W, [2014-11-23T17:59:24.060800 #36239] WARN -- : Terminating task: type=:finali
zer, meta={:method_name=>:shutdown}, status=:receiving
Celluloid::TaskFiber backtrace unavailable. Please try
Celluloid.task_c lass = Celluloid::TaskThread
if you need backtraces here./home/chefknife/test.rb:5:in
<main>': undefined method
is_nil?' for #<Ridley::ClientObject:0x00000001ef6e78> (NoMethodError)
Please help/advice
The text was updated successfully, but these errors were encountered: