orodbhen

Results 17 comments of orodbhen

I've updated the original post to include the `pyzmq` version and import statement. `asyncio` is part of Python. `ctx` is just a variable. The problem, essentially, is that pymzq objects,...

Yes, I'm certain of the version: ``` Python 3.9.7 (default, Sep 16 2021, 13:09:58) [GCC 7.5.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information....

I already made this comment on #1374, but this seems to be a better place for it. I'm still seeing this in 3.4.1: OS: CentOS 7.5 Docker: 18.03 As before,...

I'm seeing this as well. - CentOS 7.5 - Docker 18.03 Using `top -u ` to watch the processes from the host, I see that the processes have all exited,...

The main container does handle the signal, and successfully stops all processes running in the container. As noted above, I've set the grace period to 20 seconds, instead the default...

I've seen this happen several times on first startup. In my case the virtual host is created by my web server when it starts. Apparently, the worker tries to connect...

I'm seeing the same behavior. `refs` is empty for one repo, but not another. The output of `git remote show origin` is very similar for both.

The cause for me ended up being that repo had been cloned with `mirror=True`. Though `git remote show` still shows the refs, so it seems like that ought to be...

Very frustrating bug. Took me hours to figure out what was going on. Could not the module simply check whether the destination exists before trying to extract it?