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

**Is your feature request related to a problem? Please describe.** each user have some task i want get all user tasks **Describe alternatives you've considered** keys, cursor, err = rdb.Scan(ctx,...

enhancement

Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.3.0 to 9.5.1. Release notes Sourced from github.com/redis/go-redis/v9's releases. 9.5.1 Changes Note: This release fixes the SETINFO issue from 9.5.0. This release restores connections to redis versions...

pr-deps

Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.4.0 to 9.5.1. Release notes Sourced from github.com/redis/go-redis/v9's releases. 9.5.1 Changes Note: This release fixes the SETINFO issue from 9.5.0. This release restores connections to redis versions...

pr-deps

**Describe the bug** DeleteTask() return error " asynq: UNKNOWN: task is not found in zset: asynq:{slot5}:archived" **To Reproduce** Steps to reproduce the behavior (Code snippets if applicable): 1. A lot...

bug