Skip to content

pipe-seq hangs if it errors on each thread at least once #3

@reborg

Description

@reborg

Hey Jon,

not sure you're interested in fixing this (and we moved to core.async for this kind of logic) but after catching a Throwable the thread exits the recur loop and become inactive. If each thread throws at least one error (likely with a large number of http requests as a job for example) then entire machine stops filling the output lazy seq and become stuck. Suggestion: it should always maintain the same number of threads in the thread pool on errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions