scheduler

package
v0.0.0-...-6290bb2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL