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
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