
Search found 1677 matches
- Mon Mar 31, 2025 8:52 pm
- Forum: Usage, tips and tricks
- Topic: Hosts take same job
- Replies: 5
- Views: 158
Re: Hosts take same job
My god, @emcodem, did you catch a cold? 

- Mon Mar 31, 2025 7:40 pm
- Forum: Usage, tips and tricks
- Topic: Hosts take same job
- Replies: 5
- Views: 158
Re: Hosts take same job
Hi Borgy, This should not happen. Ok there is no 100% fool proof way of making sure it absolutely never t happen but it should be so rare that it's worth investigating. First, I need you to export the logs for one of the duplicate jobs...that is both of them... and post them or send them to me as DM...
- Thu Mar 13, 2025 7:26 am
- Forum: Feature requests
- Topic: Use node variable
- Replies: 8
- Views: 1974
Re: Use node variable
1. With local cache you're not locking workflows to one host . You're locking to the host that initiate the first processor. From then it's the same host doing all subsequent processors. And this is the only way it can work when not using shared cache. 2. My suggestion was to enable any processor at...
- Wed Mar 12, 2025 9:43 pm
- Forum: Feature requests
- Topic: Use node variable
- Replies: 8
- Views: 1974
Re: Use node variable
Hi knk, So let's see if I can paint the picture correct. And let's just for clarity use the term "host" for computers doing the dirty work. In FFAStrans context a "node" is the boxes also known as processors. Anyway, if I understand properly, you want to be able to configure a pr...
- Tue Feb 25, 2025 5:26 pm
- Forum: Bug reporting
- Topic: Retry ftp-job from start.
- Replies: 3
- Views: 2411
Re: Retry ftp-job from start.
Hi arjuice, The FTP implementation in FFAStans is not as good as I want it to be. We use the in built Windows API for this and it's not optimal. I'm expecting one day to rewrite this stuff to use a more modern external library. Retrying is a slightly different problem. We're aware of the situation a...
- Tue Feb 25, 2025 5:18 pm
- Forum: Feature requests
- Topic: Max Parallel running jobs per workflow setting
- Replies: 4
- Views: 1883
Re: Max Parallel running jobs per workflow setting
Hi artjuice, You will probably be able to do something by using the "Job processing slots" counter configurable separately on each node. So you can have one workflow so when it reach the AirSpeed part you can configure it to use a higher number of slots of the total number available on the...
- Tue Feb 25, 2025 5:10 pm
- Forum: Feature requests
- Topic: GPU encoding
- Replies: 3
- Views: 1618
Re: GPU encoding
Hi artjuice, FFAStrans is initially designed to be 100% hardware agnostic. ASIC (not GPU) encoding defeats this design. However, the subject appears from time to time and we're discussing the topic every now and then. And we totally get the request but it's a bigger beast than what appears on the su...
- Mon Feb 24, 2025 6:41 pm
- Forum: Usage, tips and tricks
- Topic: CONDITIONAL QUESTION
- Replies: 14
- Views: 10672
Re: CONDITIONAL QUESTION
Hi artjuice, For reference I use https://regex101.com/ with PCRE2 (PHP >=7.3) when I test my regexes. So this is a good start so you know your regex is corret. And as @emcodem points out, you don't need the regext start/stop slashes. However, you do need to set if you want case insensitive in the re...
- Sun Feb 16, 2025 12:13 pm
- Forum: Feature requests
- Topic: Right click entry to quick browse to location
- Replies: 2
- Views: 2755
Re: Right click entry to quick browse to location
Hi lue3099, sorry for the late reply! At first it might look like a good idea but this menu is generic to all nodes. Picking one particular setting from one or more particular node(s) and exposing it like that is very ad-hoc and bad design. Another problem, especially with the delivery node; dependi...
- Sat Dec 21, 2024 1:40 pm
- Forum: Usage, tips and tricks
- Topic: Webinterface
- Replies: 437
- Views: 650662
Re: Webinterface
I don't want to dictate how users wants to view their job status. Making it optional is obviously something worth considering. If not to add as option, one could also have an alternative column called "Job name".... which by default can be derrived from the file name and changed by the use...