Johan Fleury

Results 40 comments of Johan Fleury

Hey, just adding my use-case to the discussion: I run Peertube in Kubernetes with a limited amount of resources and, at the moment, ffmpeg always end up OOM killed as...

@rigelk, I was looking at #3383 and while I think this is a good first step (thanks for you work), I was wondering if this couldn’t be implemented as plugins?...

Agree, this person has a Gab profile (same profile picture) where they define themselves as “Red-Pilled Alt-Right Rabid Puppy”. There should be no places for that kind of person in...

Not sure what you mean by “(de)coupled from the main process” in this context, but the current implementation runs ffmpeg as a subprocess using [fluent-ffmpeg](https://github.com/fluent-ffmpeg/node-fluent-ffmpeg). > If it's coupled, as...

> Maybe a stupid question, but can't this be solved by just listening to a bull queue coupled to PeerTubes Redis instance? There’s no stupid questions, but I think PeerTube...

I disagree, I feel like a good log message and event/status would be better than just failing and breaking connectivity to the service. I added a mention in the issue...

@zachmoody I was looking at a way to use external models and I think I came up with something that could fix this issue, but it uses a “global variable”,...

@zachmoody > Are the tests ok after that change? Tests in `test/integration/` fail to pass locally (I had the same issue when working on #426), but all the unit tests...

I was able to workaround this issue with this: ``` class ZoneRecordsEndpoint(RODetailEndpoint): def __init__(self, parent_obj): super().__init__(parent_obj, "records", Record) self.url = "{}/{}/".format(parent_obj.url, "records") self.request_kwargs["base"] = self.url ```

I’ve added details in the description.