berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Replace celluloid with thin actor model based on ruby Threads? #361

Open lamont-granquist opened 7 years ago

lamont-granquist commented 7 years ago

Lots of bugs seem to be celluloid-based, but the ridley use of celluloid does not seem to be terribly complicated.

janko commented 7 years ago

I agree. At the moment all exceptions that happen during cookbook upload are raised as an obscure task was terminated (Celluloid::Task::TerminatedError).