CrimsonGlory

Results 11 comments of CrimsonGlory

To get the list of zombie workers we do the following: - In our setup each worker is executed inside a docker container. - The name of the worker is...

> Hi. > > What is the reason of creation of zombie workers? > If the workers exit because of a crash, Out of memry,, power outage or something not...

The same happens with mongo

Testing with 0.13.dev0 aka master branch, with python 2.7 (yes, we are migrating, but this is quite big) seems that headers set before the request (in a middleware via decorators,...

In my case the following was needed: ``` apk add libseccomp apk add lz4 apk add lz4-dev ```

The download link is dead

Re-uploaded, same password. https://www.mediafire.com/file/qtukznwfsrjh8wn/oletools-issue-195.zip/file

I've just opened a PR with code changes that make the script work both in python 2 and 3. https://github.com/pturmel/lsdrv/pull/14

for those reaching here in 2021, the easier way to install compose is adding the following two lines after the first line (version 2.1): ``` orbs: docker: circelci/[email protected] ``` Then...

> This not working for me.. check this: https://github.com/CircleCI-Public/docker-orb/issues/94#issuecomment-930515200