Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StartScheduler = &cobra.Command{ Use: "start", Short: "Starts the scheduler main process", Long: `Starts the scheduler main process. * It will get the configurations, * connect to the database, * mount http endpoints and schedule the maximum amount of jobs it can.`, Run: func(cmd *cobra.Command, args []string) { start() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.