Custom Scheduler

   1704   3   1
User Avatar
Member
209 posts
Joined: Jan. 2013
Online
Hello Everyone!

How can I create my own scheduler operator? With what can you create a new type of node?
User Avatar
Member
571 posts
Joined: May 2017
Offline
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]
User Avatar
Member
209 posts
Joined: Jan. 2013
Online
Oh, thank you very much. That's what I need.
User Avatar
Member
571 posts
Joined: May 2017
Offline
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.
  • Quick Links