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
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.
The text was updated successfully, but these errors were encountered:
We're using
UnixUtils.zip
with local path names in Sidekiq. As far as we can tell, thechdir
calls inUnixUtils
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 ifUnixUtils
didn't change the process' current working directory.The text was updated successfully, but these errors were encountered: