hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
9k stars 659 forks source link

[BUG] Description of the bug #893

Closed 1270458160 closed 1 week ago

1270458160 commented 2 weeks ago

Describe the bug no consume.

To Reproduce

Expected behavior A clear and concise description of what you expected to happen. version: github.com/hibiken/asynq v0.24.1 I executed the following command, but the consumption was not executed after the arrival time, and there was an occasional bug. I don't know what caused this providers.OperateScheduleQueueHandle.Product(ctx, scheduleTaskData, asynq.ProcessIn(60*time.Second)) Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information): github.com/hibiken/asynq v0.24.1

kamikazechaser commented 1 week ago

Needs more info like the exact error and possibly more code context.