mirror of
https://github.com/oarkflow/mq.git
synced 2025-10-06 00:16:49 +08:00
update
This commit is contained in:
@@ -15,6 +15,7 @@ func main() {
|
||||
mq.WithHandler(tasks.SchedulerHandler),
|
||||
mq.WithPoolCallback(tasks.SchedulerCallback),
|
||||
mq.WithTaskStorage(mq.NewMemoryTaskStorage(10*time.Minute)),
|
||||
mq.WithDiagnostics(false),
|
||||
)
|
||||
|
||||
for i := 0; i < 100; i++ {
|
||||
|
Reference in New Issue
Block a user