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.
Celluloid.logger.level = 'fatal'
Celluloid.task_class = Celluloid::TaskThread
chef = Ridley.new(connection_params)
will quickly result in dead actor errors. The only work around for the dead actor errors seems to be creating a new Ridley instance. However, creating new Ridley instances runs in to the Celluloid thread leak as mentioned in #322
Is anyone still using this project?
I can't seem to find a way in which Ridley can be used reliably.
The text was updated successfully, but these errors were encountered:
dannypurcell
changed the title
Actor death breaks Ridley as an instance, Memory blocks instance re-creation
Actor death breaks Ridley as an instance, Thread leak blocks instance re-creation
May 20, 2016
In the current state using Ridley like so
will quickly result in dead actor errors. The only work around for the dead actor errors seems to be creating a new Ridley instance. However, creating new Ridley instances runs in to the Celluloid thread leak as mentioned in #322
Is anyone still using this project?
I can't seem to find a way in which Ridley can be used reliably.
The text was updated successfully, but these errors were encountered: