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