Some update to this old post.
There is a new Houdini plugin for RR:
https://groups.google.com/g/rrKnights/c/Urzv2QGYVdA [
groups.google.com]
About the issue described above:
There are different ways to submit PGD to a farm.
Job per PGD taskYou can submit a job per PGD task, which SideFX does for hqueue as well.
But if you do not configure your scheduler settings or control it within the plugin, the Houdini submits 60 jobs per second (that's the default!). And if you do not limit the number of jobs inside the plugin, it does not stop until all tasks/jobs are submitted.
Now imagie you have 400 tasks in your TOP graph.
That floods the farm with 400 1-frame jobs which other artist/render wranglers do not like to see.
So you would need to reduce the number of jobs at the same time.
Frame per PGD taskYou can assign a frame for each PDG task, which is what SideFX has done for their own Deadline plugin.
This reduces the number of jobs on the farm without limiting/deleting jobs.
But RR did was missing a python function to retrieve the status of each individual frame of your jobs frameset.
And Houdini want to get the status of each task instead of all task of a node.
This function is now available in RR.