Search found 4 matches

by rhradec
Thu Mar 12, 2020 5:30 pm
Forum: General
Topic: How to use Nimby Scheduler
Replies: 8
Views: 9785

Re: How to use Nimby Scheduler

There's no setup to turn NIMBY on automatically by the farm setup, right? Is the only way to turn it on by using the keeper?

I'm trying to "auto-on" nimby (and also eject running renders when nimby is turned on) when users start using the machine, so to avoid frustration.
by rhradec
Tue Apr 04, 2017 11:23 pm
Forum: General
Topic: How to Skip or Restart a task using python?
Replies: 3
Views: 5269

Re: How to Skip or Restart a task using python?

Found it! by clicking on the: https://www.dropbox.com/s/6tos3eecpd8f6lo/afanasy01.png?dl=1 it shows the normal log, but then, on the right corner: https://www.dropbox.com/s/xp0tneaxk4j6wm1/afanasy02.png?dl=1 by clicking on the 'net' tab, it shows all the json messages! So, for future reference if so...
by rhradec
Tue Apr 04, 2017 10:01 pm
Forum: General
Topic: How to Skip or Restart a task using python?
Replies: 3
Views: 5269

Re: How to Skip or Restart a task using python?

so, how I can see the network log for the json instruction?
by rhradec
Tue Apr 04, 2017 7:41 pm
Forum: General
Topic: How to Skip or Restart a task using python?
Replies: 3
Views: 5269

How to Skip or Restart a task using python?

I've wrote a python script that re-submit jobs that have being deleted, back to Afanasy. The problem I'm having is to access the job afterwards, and based on the rendered frames already on disk, set the equivalent task to SKIP, so afanasy will only render what's not already on disk! So, how can I se...