Skip to content
This repository was archived by the owner on Mar 21, 2018. It is now read-only.

Actor death breaks Ridley as an instance, Thread leak blocks instance re-creation #345

@dannypurcell

Description

@dannypurcell

In the current state using Ridley like so

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions