Search found 912 matches

by timurhai
Sun Sep 13, 2020 5:31 pm
Forum: News
Topic: CGRU Version 3.0.0 Released.
Replies: 0
Views: 19752

CGRU Version 3.0.0 Released.

Pools and Tickets You can set root pool NUKE:20 pool tickets to limit Nuke licenses on the entire farm. You can set some pool MEM:64 host tickets to limit RAM. And set corresponding tickets to your job blocks. So you will limil 20 NUKE tasks on the entire farm. And each host can run 1 task with 64 ...
by timurhai
Fri Sep 11, 2020 10:29 am
Forum: General
Topic: Red Border on Render Node
Replies: 2
Views: 2676

Re: Red Border on Render Node

Hi!

This means that you changed something (capacity, max tasks, services) on render.
Common way is to change farm (pool) settings, and renders just get that settings w/o changes.
by timurhai
Thu Sep 10, 2020 7:38 am
Forum: General
Topic: after certain time the afrender.service is stopped
Replies: 5
Views: 4101

Re: after certain time the afrender.service is stopped

Your afrender could not connect to afserver for 3600 seconds.
This is the only information you give me.
There can be lots of reasons.
This can be a network problem or may be afrender process was crushed?
You should see afrender process output.
by timurhai
Thu Sep 10, 2020 7:21 am
Forum: General
Topic: after certain time the afrender.service is stopped
Replies: 5
Views: 4101

Re: after certain time the afrender.service is stopped

Some network problem.
If you are using windows, you will always have problems with any soft.
by timurhai
Wed Sep 09, 2020 5:42 am
Forum: General
Topic: we want all jobs backup in database not is json data
Replies: 9
Views: 6119

Re: we want all jobs backup in database not is json data

You can use any DB.
The most interesting questions here are how you will use it and why you need it.
by timurhai
Tue Sep 08, 2020 6:07 am
Forum: General
Topic: we want all jobs backup in database not is json data
Replies: 9
Views: 6119

Re: we want all jobs backup in database not is json data

Hi.
Much more simple to write some other program that will scan json store and add/update some SQL database.
Afanasy uses JSON protocol for communications and the same functions to store.
Without JSON pipeline it will be some other render manager.
by timurhai
Mon Sep 07, 2020 11:31 am
Forum: General
Topic: Pythonic way to get information on a job/task.
Replies: 6
Views: 5136

Re: Pythonic way to get information on a job/task.

No.

GUIs calculate it manually, according to percentage and elapsed time.
by timurhai
Sat Sep 05, 2020 12:44 pm
Forum: General
Topic: Pythonic way to get information on a job/task.
Replies: 6
Views: 5136

Re: Pythonic way to get information on a job/task.

Hi!

It is not documented, yet, sorry.

See this:
https://github.com/CGRU/cgru/blob/maste ... n/afcmd.py

You can use Python to send JSON objects:
https://cgru.readthedocs.io/en/latest/a ... i.html#get
by timurhai
Wed Sep 02, 2020 1:59 pm
Forum: General
Topic: Problem with Job
Replies: 4
Views: 3841

Re: Problem with Job

Yes. CGRU uses system Python. And when it tries to import collections it gets it from Meshroom Python and the result is: ImportError: Bad magic number in /opt/Meshroom/lib/collections/__init__.pyc So Afrender should not work in Meshroom environment. How it happens? There definitely are other ways to...