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.** I use asynq at my company and rely on the frequency of the priority queue to determine task ordering. However,...

enhancement
idea

**Is your feature request related to a problem? Please describe.** I would LOVE, and maybe it's already done somehow I just haven't found it yet, to be able to create...

enhancement

Certain tests fail on CI when checking for time equivalence. Though they usually pass on local setups. E.g. https://github.com/hibiken/asynq/actions/runs/8964805059/job/24617176259 1 fix for a similar failing test is available at #876

investigate

Revoke the task to modify task parameters and enqueue new task with the same task id when ProcessTask returns a RevokeTask error.

pr-feat
ready-for-review

**Describe the bug** The Inspector method cannot pass ctx to control the execution of the broker. It should be allowed to enter the parameter ctx. See: https://github.com/hibiken/asynq/blob/2b632b93d5d57a9302ad82a4b028830daa030c73/inspector.go - https://github.com/hibiken/asynq/blob/2b632b93d5d57a9302ad82a4b028830daa030c73/inspector.go#L42 -...

bug

**Describe the bug** Getting the following error randomly. `UNKNOWN: redis command error: SADD failed: READONLY You can't write against a read only replica.` Finding a tough time figuring out the...

bug

Initial issue/context: #578 This is a discussion/suggestions thread on what are the best possible ways to deal with the `x` and `tools` packages. One idea is to extract them into...

help wanted
idea

pr-refactor
ready-for-review