Yes, retrying jobs can be done from any host. The functionality does not check host exclusion/inclusion.
-steinar
Search found 1511 matches
- Sun Jan 24, 2021 6:09 pm
- Forum: Usage, tips and tricks
- Topic: 1.1.0.2 | Rebuild history
- Replies: 6
- Views: 67
- Sun Jan 24, 2021 10:59 am
- Forum: Usage, tips and tricks
- Topic: Having trouble executing python script
- Replies: 2
- Views: 32
Re: Having trouble executing python script
Hi suncast, thank you for using FFAStrans and welcome to the forum! :-) Maybe you should try adding the full path of the python.exe file, like " C:\Python27\python.exe ", before your script?: %comspec% /C " "C:\Python27\python.exe" "E:\FFASTtrans\youtube-upload\bin\youtube-upload" --title="%s_wf_nam...
- Sat Jan 23, 2021 4:13 pm
- Forum: Announcements, user stories and other.
- Topic: 1.2 | Release Date
- Replies: 6
- Views: 113
Re: 1.2 | Release Date
Thank you Ghtais for that short inspiring report! :-) Unfortunately not everyone is that lucky and we have now been working very hard to address all issues we can find and do something about. This has actually been the top focus for 1.2, not loads of fancy features. Still, we do have some gems up ou...
- Sat Jan 23, 2021 4:01 pm
- Forum: Usage, tips and tricks
- Topic: 1.1.0.2 | Rebuild history
- Replies: 6
- Views: 67
Re: 1.1.0.2 | Rebuild history
Hi taner and emcodem Actually, taners observation is correct and is not intended FFAStrans behavior. I can see no reason why one should not be able to recreate the cache from any host as long as the host is able to access the monitoring location. Of course emcodems point about the user initiating ca...
- Thu Jan 21, 2021 8:36 pm
- Forum: Usage, tips and tricks
- Topic: Monitors:Folder deny files by using variables
- Replies: 15
- Views: 254
Re: Monitors:Folder deny files by using variables
I'm not able to get your workflow to fail even on the 1.1.0.2 version...But there has been several changes to the code surrounding the issues because I have seen it before so it was addressed. So, for this I think we just need to see how 1.2 behaves. It's scheduled to medio February.
-steinar
-steinar
- Wed Jan 20, 2021 10:30 pm
- Forum: Usage, tips and tricks
- Topic: Monitors:Folder deny files by using variables
- Replies: 15
- Views: 254
Re: Monitors:Folder deny files by using variables
Hi michael85, The bug you're seeing is due to some information missing that aught to be there. It might be a corrupt workflow but it might also be one of the many issues we have resolved for the upcoming 1.2 release. It's a bit hard to say without having the workflow that initiates the issue. If you...
- Mon Jan 18, 2021 8:23 pm
- Forum: Usage, tips and tricks
- Topic: Monitors:Folder deny files by using variables
- Replies: 15
- Views: 254
Re: Monitors:Folder deny files by using variables
Hi michael85, I'm sorry but you can't compare TC like that. Essentially the conditional is based on comparing text and numbers, not special stuff like TC or other complex string notations. However, the solution is quite simple: IF %f_duration% is smaller than (<) $tctosec ("01:00:43:00") AND IF %f_d...
- Sat Jan 16, 2021 7:04 pm
- Forum: Announcements, user stories and other.
- Topic: 1.2 | Release Date
- Replies: 6
- Views: 113
Re: 1.2 | Release Date
Hi Taner, I'm very happy you enjoy the FFAStrans updates :-) I'm also a bit sorry to say that the current release 1.1 has too many issues and bugs we could not live with. This led to a massive bug digging that has been going on for a few months now. Also, we have begun the long overdue work on creat...
- Thu Jan 14, 2021 7:46 am
- Forum: Usage, tips and tricks
- Topic: Monitors:Folder deny files by using variables
- Replies: 15
- Views: 254
Re: Monitors:Folder deny files by using variables
Hi michael85, thank you for using FFAStrans and welcome to the forum! :-) Currently the monitor nodes does not support file and media variables. The reason for this is that the variables are populated AFTER a file has been picked up by the monitor. So as Thomas writes, you need to use the conditiona...
- Thu Jan 14, 2021 7:31 am
- Forum: Bug reporting
- Topic: No conversion on muted (no-audio)-files
- Replies: 3
- Views: 107
Re: No conversion on muted (no-audio)-files
Hi ThomasM :-) The log indicates that the prores file was created but not delivered. The reason is because you have set the next node "Deliver PK Mono" to execute on fail. But the prores node does not fail and so naturally the workflow ends right after encoding, without delivering anything ;-) -stei...