----- Original Message ----- > From: "Lindani Phiri" <[email protected]> > To: "foreman-dev" <[email protected]> > Sent: Friday, October 7, 2016 12:33:48 PM > Subject: [foreman-dev] Plugin Job scheduling > > What options do we have scheduling jobs for a foreman plugin? > > The requirement I have is for some scheduler to trigger code in my plugin > at set intervals. >
https://github.com/theforeman/foreman-tasks There's a bunch of plugins that use it, including katello, foreman_salt, and foreman_remote_execution. You could also opt for rake tasks + cron jobs, if you need something similar, which is what foreman core itself does. - Stephen -- You received this message because you are subscribed to the Google Groups "foreman-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
