Instead of doing a script, I'd rather prefer to contribute to Afanasy if you think this could be a nice feature to add. I was looking at the code and I found a way to implement that feature. I was thinking to add a check inside the "bool JobAf::v_canRun()" method just above the check of ma...
Hello, I need to limit the number of simultaneous jobs started. Not Tasks, but jobs. And I don't see any option into afanasy server to limit this number. I'll explain in detail my user-case: All my jobs contains multiple tasks and the first one is just for setting some directories, very fast and req...
hello, I read in the documentation about the possibility to attach event handler: http://cgru.info/afanasy/server#events But it's not clear to me what are the steps involved to: - create a custom event handler - set up the server to fire my event handler on JOB_DONE Is there an example ? Thanks, Gia...
I wasn't on the route of touching internal server folders and files.
I'm going to sniff what request is being sent when I press the delete button from the web admin panel.
Yes, I know.
But I don't see any Python for doing that in to the blue column.
There is only setNumeric.
The documentation I quoted is from that page you linked.
Could you provide a Python snippet code as example ?
Hello, int the API documentation there is written the following: Tasks command pattern. When block produces a task it calculates an unique command from this pattern and other parameters, depend on block type - numeric or string, replacing @#@ pattern with a number. Padding is specified by the number...
Hello, I'm a newbie of Afanasy and this is my first topic... so first of all I want to congratulate for this amazing tool :-) I'm playing with Afanasy and I saw that if I run the command /etc/init.d/afrender stop that host is still visible into the Afanasy Server Web gui and flagged as inactive / no...