Versions in this module Expand all Collapse all v1 v1.0.0 Oct 4, 2023 Changes in this version + type AsynqConf struct + Addr string + Concurrency int + DB int + Enable bool + Pass string + SyncInterval int + func (c *AsynqConf) NewClient() *asynq.Client + func (c *AsynqConf) NewPeriodicTaskManager(provider asynq.PeriodicTaskConfigProvider) *asynq.PeriodicTaskManager + func (c *AsynqConf) NewRedisOpt() *asynq.RedisClientOpt + func (c *AsynqConf) NewScheduler() *asynq.Scheduler + func (c *AsynqConf) NewServer() *asynq.Server + func (c *AsynqConf) WithRedisConf(r redis.RedisConf) *AsynqConf