Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultConcurrencyMultiplier = 2
)
TODO remove
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
Scheduler handles scheduled jobs
func NewScheduler ¶
func (*Scheduler) Executor ¶
func (s *Scheduler) Executor() executor.JobExecutor
Executor returns the job executor used by the scheduler. This allows external components (like the server) to register handlers directly.
Click to show internal directories.
Click to hide internal directories.