Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobPayload ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
func NewScheduler ¶
func NewScheduler( ctx context.Context, schedulerConfig *config.SchedulerConfig, jobchan chan JobPayload, redisSvc *rdb.Client, logger *zerolog.Logger, ) *Scheduler
func (*Scheduler) StartScheduler ¶
func (sc *Scheduler) StartScheduler()
Click to show internal directories.
Click to hide internal directories.