Skip to content

Changing directories doesn't work well for multithreaded environments #10

@JacobEvelyn

Description

@JacobEvelyn

We're using UnixUtils.zip with local path names in Sidekiq. As far as we can tell, the chdir calls in UnixUtils are changing the working directory for the entire process, which impacts other Sidekiq threads. We're changing our code to use absolute paths everywhere, but it would probably still be good if UnixUtils didn't change the process' current working directory.

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