asynq icon indicating copy to clipboard operation
asynq copied to clipboard

Simple, reliable, and efficient distributed task queue in Go

Results 209 asynq issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Several problems were discovered using task aggregation: 1. There is no error returned in the task aggregation interface. An error...

enhancement

**Is your feature request related to a problem? Please describe.** I'm running periodic tasks and I'd like the tasks to be unique until they are done running (reach completed or...

enhancement

hi, i see many keys like asynq:{default}:t:896da8b6-b489-429c-9f8b-cd0bdc9b7592 in my redis , and these keys' TTL is null , so my question is : these keys will be store in redis...

enhancement

![image](https://github.com/user-attachments/assets/e6295718-5569-45cc-aaa5-e61295375b0c) I saw asynq already supports configuring taskCheckInterval to control the pulling from queue interval, but why there is no new release so that we can use it. In the...

enhancement

handle for issue 510: https://github.com/hibiken/asynq/issues/510 ![image](https://github.com/hibiken/asynq/assets/76512317/cf9077a3-68ae-4c3c-9f49-c646399489bb)

work in progress
pr-bugfix
ready-for-review

如果在同一个时刻发起500条定时任务, 然后处理器是4c的情况,是无法同时出路500条任务的 用processin的方式触发任务

bug

**Describe the bug** - I have build an application in golang with uses asynq. - I have around 80-100 workers and 4 queues. - For the past few weeks I...

bug

**Is your feature request related to a problem? Please describe.** I think I need to suspend a certain server node to receive and process tasks **Describe the solution you'd like**...

enhancement

In some queue, I want to run this queue with 1 worker to ensure tasks is executed sequentially. How can I setup that with asynq?

enhancement

**Is your feature request related to a problem? Please describe.** I really enjoy inspecting tasks using the Asynq CLI. Btw, the payload field contents are always displayed as a single...

enhancement