Search found 62 matches

by keyframe
Tue Feb 09, 2021 8:33 pm
Forum: Feature Requests
Topic: sug: document aj.block.addTicket
Replies: 4
Views: 5938

Re: sug: document aj.block.addTicket

On this topic, would I be correct in assuming that 'multi license' tasks (such as hbatch process of rsproxy files) would get two tickets '1 x hbatch' and '1 x redshift'?

G
by keyframe
Tue Feb 09, 2021 8:23 pm
Forum: Feature Requests
Topic: sug: document aj.block.addTicket
Replies: 4
Views: 5938

sug: document aj.block.addTicket

I've recently upgraded to 3.1.1 from 2.3.1 and discovered that farm.json is no longer a thing. It took a bit of head scratching to figure out how to use the new ticket system via the python api -- addTicket does not appear in the docs. After looking at the provided submit script, I was able to decip...
by keyframe
Mon Feb 08, 2021 9:43 pm
Forum: Feature Requests
Topic: max running time
Replies: 9
Views: 11867

Re: max running time

Ach.

I'm passing "1" as a string -- when I do it correctly, everything works as expected.

... I'll show myself out ...

G
by keyframe
Mon Feb 08, 2021 9:18 pm
Forum: Feature Requests
Topic: max running time
Replies: 9
Views: 11867

Re: max running time

Heya Timur, I've attempted to update my submit scripts with: if (rs_override_maxruntime): block.setTaskMaxRunTime(rs_maxruntime) However, the block does not appear to error on any positive integer values [1..5] (I assume seconds as per the docs)... Is there any indicator in the web gui that would sh...
by keyframe
Mon Feb 08, 2021 5:36 pm
Forum: Feature Requests
Topic: max running time
Replies: 9
Views: 11867

Re: max running time

That's the one Timur -- thanks.

G
by keyframe
Mon Feb 08, 2021 3:27 pm
Forum: Feature Requests
Topic: max running time
Replies: 9
Views: 11867

Re: max running time

Heya Timur,

Apologies for the late response. I had a few days off at the tail end of a project.

I'd be happy to help - Attached is the Artjail logo.
Let me know if there's anything else I can help with.

Best,

G
by keyframe
Mon Feb 01, 2021 8:03 pm
Forum: Feature Requests
Topic: max running time
Replies: 9
Views: 11867

Re: max running time

That's awesome Timur -- i'll be sure to RTFM next time!

:oops:

G
by keyframe
Sun Jan 31, 2021 4:03 pm
Forum: Feature Requests
Topic: max running time
Replies: 9
Views: 11867

max running time

Heya, Occasionally a renderer will spin up, begin the tessellation process, and just 'sit there' -- it isn't producing buckets, nor is the process terminating... When this occurs that frame task will live forever locking up that resource until the frame is restarted, or the job is killed. It would b...
by keyframe
Wed Jul 15, 2020 8:47 pm
Forum: Houdini
Topic: PDG Scheduler?
Replies: 4
Views: 6028

PDG Scheduler?

Heya Timur,

Wondering if you are considering adding a PDG scheduler for Afanasy? Is that something that's on your radar?

Best,

Gene
by keyframe
Fri Jan 24, 2020 6:27 pm
Forum: General
Topic: tasks failing to stop
Replies: 15
Views: 12693

Re: tasks failing to stop

For posterity, It's the 'umask 022' portion of the command string. For some reason when I do that, the process spawned AFTER the ';' does not terminate as it should. What does seem to work is 'umask 022 && hou2rsp parms here' instead of 'umask 022; hou2rsp parms here' Phew. @Timur, thank you...