cctxlprz
April 3, 2019 00:50:07
Hello Everyone!
How can I create my own scheduler operator? With what can you create a new type of node?
seelan
April 3, 2019 09:08:58
The recommended way to do this is to create Python Scheduler TOP node, then use “Save To Python Script” to save out the python template. Fill out the template by referencing the other shipped scheduler code, as well as the below documentation:
https://www.sidefx.com/docs/houdini/tops/custom_scheduler.html [
www.sidefx.com]
cctxlprz
April 3, 2019 09:25:38
Oh, thank you very much. That's what I need.
seelan
April 3, 2019 09:41:43
You are welcome. Just a heads up that instead of using “jobParm”, please use “pdg::scheduler” for the job parm tag (you'll come across it in the documentation). We recently changed to use “pdg::scheduler”, but the doc hasn't been updated yet.