Search found 24 matches
- Wed Nov 27, 2024 10:02 am
- Forum: Bug reporting
- Topic: Farm machines no longer active
- Replies: 1
- Views: 1068
Farm machines no longer active
Hello, I'm looking for some help on my farming machines stopping working after a failed upgrade. I have the following: Dedicated Machine. Cache stored on network drive. 2x Farm Machines. After a failed upgrade, the farm machines no longer show as enabled in the web interface and their heartbeat stop...
- Thu Oct 26, 2023 9:19 am
- Forum: Usage, tips and tricks
- Topic: Assigning a certain workflow to a specific machine in the farm
- Replies: 2
- Views: 3538
Assigning a certain workflow to a specific machine in the farm
Hello,
Does anyone know if there is a way to ensure that certain jobs are processed by certain machines? I have a job that is going to require a GPU and I want to pass this job to a specific non-VM machine for processing with Cuda.
Any ideas welcome
Thank you
Does anyone know if there is a way to ensure that certain jobs are processed by certain machines? I have a job that is going to require a GPU and I want to pass this job to a specific non-VM machine for processing with Cuda.
Any ideas welcome
Thank you
- Thu Oct 26, 2023 9:12 am
- Forum: Usage, tips and tricks
- Topic: %s_recursed_path% doesn't seem to get populated on resubmit
- Replies: 4
- Views: 4599
Re: %s_recursed_path% doesn't seem to get populated on resubmit
Interestingly, I have added a conditional node before the populate variable node and this has fixed the issue so perhaps this is related to the populate variable node being straight after a watch folder.
- Tue Oct 17, 2023 3:17 pm
- Forum: Usage, tips and tricks
- Topic: %s_recursed_path% doesn't seem to get populated on resubmit
- Replies: 4
- Views: 4599
Re: %s_recursed_path% doesn't seem to get populated on resubmit
Ok, this is strange as I am seeing the same behavior's in both web and client. It might be something specific to this workflow. For some reason, if this job fails on the "Watermark Existence Check" regex check for an empty or missing string, it will never pass again. As if it's not reflowi...
- Mon Oct 16, 2023 1:22 pm
- Forum: Usage, tips and tricks
- Topic: %s_recursed_path% doesn't seem to get populated on resubmit
- Replies: 4
- Views: 4599
%s_recursed_path% doesn't seem to get populated on resubmit
Hi, I have a workflow that has a conditional fail on if a watermark.txt file doesn't exist. If this workflow fails, it's set to retry but this retry and even a manual retry of the job from the webinterface doesn't seem to work. I think I have traced this down to the %s_recursed_path% failing to popu...
- Thu Oct 12, 2023 4:01 pm
- Forum: Bug reporting
- Topic: Webinterface "Resubmit from start" on log
- Replies: 5
- Views: 10232
Re: Webinterface "Resubmit from start" on log
Well my first guess would be that your workflow has mutliple starting points and the one that is taken is kind of chosen randomly. You can more or less currently only control this by making sure your workflow has only one starting processor... If you share your workflow i might be able to tell you ...
- Wed Oct 11, 2023 5:14 pm
- Forum: Bug reporting
- Topic: Webinterface "Resubmit from start" on log
- Replies: 5
- Views: 10232
Webinterface "Resubmit from start" on log
Hi, I'm not sure if this is a bug but the 'Resubmit from start', available as a right click on the webinterface finished output doesn't seem to run the entire workflow on a file, perhaps just the node it failed at again. I have a workflow with a conditional step before the encode that checks for a f...
- Mon Oct 09, 2023 6:58 pm
- Forum: Usage, tips and tricks
- Topic: $read function usage
- Replies: 3
- Views: 3238
Re: $read function usage
My mistake, I forgot to pass the full path in, the recursed path didn't include the host/initialpath.
- Mon Oct 09, 2023 4:42 pm
- Forum: Usage, tips and tricks
- Topic: $read function usage
- Replies: 3
- Views: 3238
Re: $read function usage
Sorry, that's my mistake. I am using:
$read("%s_recursed_path~1%\watermark.txt")
$read("%s_recursed_path~1%\watermark.txt")
- Mon Oct 09, 2023 2:08 pm
- Forum: Usage, tips and tricks
- Topic: $read function usage
- Replies: 3
- Views: 3238
$read function usage
Hello, Me again with another question. I am trying to read the contents of a txt file with the $read function and store it as a var with the populate variables processor. I have this configured as: set user variable %s_watermark% to $read("%recursed_path~1\watermark.txt) I can see this gets pic...