worker notice limit config
This commit is contained in:
@@ -35,7 +35,8 @@ type QueueConfig struct {
|
||||
}
|
||||
|
||||
type WorkerConfig struct {
|
||||
Interval string `env:"WORKER_INTERVAL" envDefault:"* 10 * * * *"`
|
||||
Interval string `env:"WORKER_INTERVAL" envDefault:"* 10 * * * *"`
|
||||
NoticeProcessingLimit int `env:"WORKER_NOTICE_PROCESSING_LIMIT" envDefault:"5"`
|
||||
}
|
||||
|
||||
type GLMConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user