asynq icon indicating copy to clipboard operation
asynq copied to clipboard

Simple, reliable, and efficient distributed task queue in Go

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

Hello! Ken Hibino Dynamic periodic task sync interval . Can you control whether the program needs to be loaded when it runs? There may be too many tasks, and the...

enhancement

**Describe the bug** When the task is running, I try to shut down the worker, but restarting the worker task cannot recover normally, and the status of the Asynq Monitoring...

bug

## Configurable MaxArchiveSize and ArchivedExpirationInDays There are some tasks I don't care if they eventually fail and would prefer, they just get thrown away. In my application I spin up...

enhancement

**Describe the bug** Maximum retry setting 0, I tried to cancel the task, but the running task is still running and has not been canceled ![image](https://user-images.githubusercontent.com/34296773/181400769-407ab026-a65d-4c7c-9c25-eb2eb74192a4.png) ![image](https://user-images.githubusercontent.com/34296773/181401133-a55023b1-90b0-47d3-8291-26205e704cda.png) I tried to...

bug

how can I create a queue based on the user id with the same task type example USER A has a list of tasks 1,2,3 USER B has a list...

**Is your feature request related to a problem? Please describe.** I'm trying out the new task batching/aggregation feature from https://github.com/hibiken/asynq/issues/339. I would like to be able to configure grouping parameters...

enhancement

I have a job queue for video processing and batch SMS sends. It works but I want to be more clear on what the logs mean. When my server starts...

**Describe the bug** I have some tasks not set timeout, for a long time run, I found some tasks are always in running state, I tried to cancel them in...

bug

**Is your feature request related to a problem? Please describe.** If the process is `kill -9`, or if for whatever reasons `Scheduler.Shutdown()` fails to execute, or if `RDB.ClearSchedulerHistory()` failed, the...

bug