Versions in this module Expand all Collapse all v1 v1.0.8 Apr 7, 2023 v1.0.7 Apr 7, 2023 v1.0.6 Apr 7, 2023 v1.0.3 Mar 31, 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) NewRedisOpt() *asynq.RedisClientOpt + func (c *AsynqConf) NewScheduler() *asynq.Scheduler + func (c *AsynqConf) NewServer() *asynq.Server + func (c *AsynqConf) WithRedisConf(r redis.RedisConf) *AsynqConf + func (c AsynqConf) NewPeriodicTaskManager(provider asynq.PeriodicTaskConfigProvider) *asynq.PeriodicTaskManager