Search found 7 matches
- Wed Oct 16, 2024 7:24 am
- Forum: General
- Topic: Can't a block error terminate a job?
- Replies: 2
- Views: 154112
Re: Can't a block error terminate a job?
I have one more question. I'm trying to eventually submit a job and use afcmd to retrieve the block of the submitted job and pause it if I get an error. One more question I have here: I saw in the documentation that af_job_Id is set as an environment variable when sending the job, but when I actuall...
- Tue Oct 15, 2024 5:42 am
- Forum: General
- Topic: Can't a block error terminate a job?
- Replies: 2
- Views: 154112
Can't a block error terminate a job?
I'm using multiple commands in a job, chaining them into separate blocks. I already know this is possible with tasks. But the weird thing is that if there are 5 blocks and any of them get an error, my personal opinion is that the job should error out after a few attempts. But it doesn't work that wa...
- Thu Apr 25, 2024 2:35 am
- Forum: General
- Topic: How can I set pre_block?
- Replies: 3
- Views: 32380
Re: How can I set pre_block?
Thanks for the reply, I guess I wasn't very clear. I'm already using depend_mask. I have a python script that starts unreal editor, saves the necessary data, and then exits. unreal has a process to clean up the data after the exit signal and exit safely. However, the next block is executed without w...
- Mon Apr 22, 2024 9:32 am
- Forum: General
- Topic: How can I set pre_block?
- Replies: 3
- Views: 32380
How can I set pre_block?
hello. I am currently creating a farm. I have one question for me. I want to give the order of the blocks when that one job is executed and I want those blocks to work in order. So I am now basically configuring it with pre_block, main_block, post_block and then I want to configure the next block af...
- Mon Feb 05, 2024 2:23 am
- Forum: General
- Topic: Please create a use case for pools and Tickets.
- Replies: 5
- Views: 33862
Re: Please create a use case for pools and Tickets.
Thanks, I'll try a few things and come back if I get stuck again 

- Fri Feb 02, 2024 11:04 am
- Forum: General
- Topic: Please create a use case for pools and Tickets.
- Replies: 5
- Views: 33862
Re: Please create a use case for pools and Tickets.
hello. I'm building a renderPiepline in my company and CGRU is set up very nicely by default, but I want a little deeper control, for example, CGRU doesn't officially support unreal render, but I currently have a simple farm built and using it by sending Unreal Command through setCommand and now I n...
- Fri Feb 02, 2024 9:26 am
- Forum: General
- Topic: Please create a use case for pools and Tickets.
- Replies: 5
- Views: 33862
Please create a use case for pools and Tickets.
I'm trying pretty hard to utilize CGRUs right now, but the number of examples and information on CGRUs is really frustrating. In Fourm, I can't even search for a single word, and docemnet's documentation is very poor from what I've seen. I've also been looking at the provided Python examples, but I ...