Results 738 comments of meeb

I'm attempting to review this, but I really don't want to merge all of these commits and then have to manually undo more than half of them. Per-commit comments: -...

Your log shows the worker process is being sent a sigterm signal, basically it's being told to die. Usually this would be something external is killing it on purpose. Does...

@gregzuro the correct way to resolve this would be to restart the container. @MatthK check the dmesg of the host machine and see if the OOM kicked in and killed...

Do you run the container with a docker `--memory=` flag or anything similar?

@gregzuro that doesn't make a huge amount of sense given the PID file doesn't exist until the container is started. Restarting the container does "fix" the issue so if you...

Sounds like a good plan. If you can find out where the sigterm signal is being sent from we find a way to fix it.

Ah so you're preserving the container filesystem with a stop/start and having the container shutdown in a non-clean way? The PID file is removed on a clean shutdown so it...

@gregzuro wait for the build to finish then give `:latest` a try.

Currently you need to add each one as a source. What would be a more convenient method for you? It wouldn't be hard to add an import tool of some...

It''s pretty important for linking up to a media server that audio and video media be downloaded to different directory paths to be handled by different libraries which is the...