This commit is contained in:
sujit
2025-08-04 22:39:17 +05:45
parent c1b09d9c4d
commit 2786e64900
8 changed files with 85 additions and 916 deletions

View File

@@ -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++ {