Search found 48 matches

by selsner
Wed Jul 24, 2024 2:43 pm
Forum: General
Topic: "Client has NOT closed socket first" in 2.3.0
Replies: 3
Views: 18552

Re: "Client has NOT closed socket first" in 2.3.0

Six years later, I am again seeing this a lot in our logs. It has been there in the meantime, but not so much (or I did not care, maybe ;) ). I could identify this is often happening because of a call to python afnetwork.sendServer(json.dumps({"get": {"type": "jobs"}}))...
by selsner
Tue Feb 14, 2023 3:22 pm
Forum: General
Topic: default pool for new renders
Replies: 2
Views: 11739

Re: default pool for new renders

ah nice, thanks!
It is not in the docs yet, maybe you can add it :D
by selsner
Fri Feb 10, 2023 9:02 am
Forum: General
Topic: default pool for new renders
Replies: 2
Views: 11739

default pool for new renders

Hi!
Is there a configuration somewhere to have new renders come directly into a specific pool when they first start?

Cheers!
Sebastian
by selsner
Fri Feb 10, 2023 9:00 am
Forum: General
Topic: afanasy release workflow
Replies: 2
Views: 12334

Re: afanasy release workflow

ok, thanks!
by selsner
Fri Dec 16, 2022 11:34 am
Forum: General
Topic: afanasy release workflow
Replies: 2
Views: 12334

afanasy release workflow

Hi Timur! I am thinking about doing my own releases in the repo and I am asking myself: How do you create all the installer downloads here: https://cgru.readthedocs.io/en/latest/downloads/downloads.html Is there a script? A Github Action Continuous integration thing? I started doing some github acti...
by selsner
Tue Nov 15, 2022 8:14 am
Forum: Web GUI
Topic: WebGUI Authentication or on separate port
Replies: 2
Views: 19589

Re: WebGUI Authentication or on separate port

Thanks, good to know!
by selsner
Sat Nov 12, 2022 10:37 am
Forum: Web GUI
Topic: WebGUI Authentication or on separate port
Replies: 2
Views: 19589

WebGUI Authentication or on separate port

Hi! I would like to have some authentication on the web gui. I read in earlier threads, that it is not possible right now, right?! The alternative would maybe be to have an nginx proxy on the second port with a http basic auth enabled. Is it possible to have the web gui on a separate port? Regards S...
by selsner
Wed Feb 06, 2019 10:25 am
Forum: General
Topic: Limit render's max error to stop it completely
Replies: 4
Views: 10469

Re: Limit render's max error to stop it completely

Great! Thanks!
by selsner
Wed Feb 06, 2019 9:09 am
Forum: General
Topic: Limit render's max error to stop it completely
Replies: 4
Views: 10469

Re: Limit render's max error to stop it completely

Yes, I know this. But this is from a job's or user's perspektive. I was thinking it from a render's perspektive: If a render made 10 errors on whatever job of whatever user - exclude it. I do not think what you linked is the solution?
by selsner
Tue Feb 05, 2019 5:14 pm
Forum: General
Topic: Limit render's max error to stop it completely
Replies: 4
Views: 10469

Limit render's max error to stop it completely

Hello! Imagine the situation: There is a badly broken render client. It accepts all tasks. It errors on all tasks. So some of tasks of each job are set to ERR. This is blocking them "forever". Actually they could still run on another render (which is not broken). Is there such an option: &...