issues
search
hibiken
/
asynq
Simple, reliable, and efficient distributed task queue in Go
MIT License
10.03k
stars
716
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Feat/dynamic queue with concurrency
#973
pcmid
opened
1 day ago
0
fix: mark the client that the scheduler made also as non-shared
#972
mikhail5555
opened
2 days ago
0
build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2
#971
dependabot[bot]
closed
3 days ago
0
build(deps): bump codecov/codecov-action from 4 to 5
#970
dependabot[bot]
closed
3 days ago
0
build(deps): bump github.com/prometheus/client_golang from 1.11.1 to 1.20.5 in /tools
#969
dependabot[bot]
opened
3 days ago
0
[FEATURE REQUEST] Allow cancelling task without retrying it
#968
faleksic
opened
1 week ago
3
build(deps): bump github.com/hibiken/asynq from 0.24.1 to 0.25.0 in /tools
#966
dependabot[bot]
closed
1 week ago
0
build(deps): bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.16 in /tools
#965
dependabot[bot]
closed
1 week ago
0
build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0
#964
dependabot[bot]
closed
1 week ago
0
build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0
#963
dependabot[bot]
closed
1 week ago
1
Minor optimization by avoiding fmt.Sprintf on hot path
#962
pior
closed
1 week ago
1
Support for High-Frequency Millisecond-Level Scheduled Tasks
#961
missish
closed
1 week ago
1
[QUESTION] How to access task ID within a task?
#960
fargusplumdoodle
closed
2 weeks ago
1
[BUG] asynq can not follow the right redis master when using sentinel mode.
#959
hoorayman
opened
2 weeks ago
1
feat(periodic_task_manager): Add RedisUniversalClient support
#958
daixijun
closed
1 week ago
3
build(deps): bump github.com/redis/go-redis/v9 from 9.0.5 to 9.7.0 in /tools
#957
dependabot[bot]
closed
2 weeks ago
0
Add the scheduler option HeartbeatInterval
#956
pior
closed
2 weeks ago
0
build(deps): bump github.com/hibiken/asynq from 0.24.1 to 0.25.0 in /x
#955
dependabot[bot]
closed
2 weeks ago
0
build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 in /tools
#954
dependabot[bot]
closed
2 weeks ago
0
Add NewClientWithExistingRedisClient to create a client with an existing Redis connection
#953
sanudatta11
closed
3 weeks ago
0
[BUG] handler did not run and this task hang out from then.
#952
cobain
closed
2 weeks ago
20
[BUG/Discussion] Accessing undeclared keys in LUA scripts
#951
pior
opened
3 weeks ago
2
Prepare release (docs): v0.25.0
#950
kamikazechaser
closed
2 weeks ago
0
Set minimum go version to ~1.23
#949
kamikazechaser
opened
3 weeks ago
0
Bump golang.org/x/time from 0.3.0 to 0.7.0
#948
dependabot[bot]
closed
3 weeks ago
2
Revert "Bump golang.org/x/time from 0.3.0 to 0.7.0"
#947
kamikazechaser
closed
3 weeks ago
0
Improve performance of enqueueing tasks
#946
pior
closed
3 weeks ago
2
Update tests to use the configured Redis address
#945
pior
closed
3 weeks ago
0
Use math/rand/v2
#944
pior
closed
3 weeks ago
0
[BUG] Cannot install asynq tools latest version with golang 1.21.1
#943
giangnh13579
closed
3 weeks ago
3
remove deprecated protobuf ptypes
#942
aradwann
closed
3 weeks ago
2
Bump github.com/fatih/color from 1.9.0 to 1.18.0 in /tools
#941
dependabot[bot]
closed
3 weeks ago
1
Bump github.com/spf13/cobra from 1.1.1 to 1.8.1 in /tools
#940
dependabot[bot]
opened
3 weeks ago
0
Bump github.com/spf13/viper from 1.7.0 to 1.19.0 in /tools
#939
dependabot[bot]
opened
3 weeks ago
1
Bump github.com/spf13/cast from 1.5.1 to 1.7.0
#938
dependabot[bot]
closed
3 weeks ago
1
Bump golang.org/x/time from 0.3.0 to 0.7.0
#937
dependabot[bot]
closed
3 weeks ago
3
Bump github.com/redis/go-redis/v9 from 9.3.0 to 9.7.0 in /x
#936
dependabot[bot]
closed
2 weeks ago
1
Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.7.0
#935
dependabot[bot]
closed
3 weeks ago
0
Bump github.com/prometheus/client_golang from 1.11.1 to 1.20.5 in /x
#934
dependabot[bot]
closed
2 weeks ago
1
Bump golang.org/x/sys from 0.16.0 to 0.26.0
#933
dependabot[bot]
closed
3 weeks ago
1
Bump google.golang.org/protobuf from 1.31.0 to 1.35.1
#932
dependabot[bot]
closed
3 weeks ago
1
Bump actions/download-artifact from 3 to 4
#931
dependabot[bot]
closed
2 weeks ago
1
Bump codecov/codecov-action from 1 to 4
#930
dependabot[bot]
closed
2 weeks ago
3
Bump actions/upload-artifact from 3 to 4
#929
dependabot[bot]
closed
2 weeks ago
2
Configure dependabot to update Github Actions
#928
pior
closed
3 weeks ago
0
Run golangci-lint in CI
#927
pior
closed
3 weeks ago
0
Call all context cancelFunc in processor.go
#926
pior
closed
3 weeks ago
1
Bump to Go 1.22 and 1.23
#925
pior
closed
3 weeks ago
1
Need to support redis sentinel username.
#924
Skwol
closed
3 weeks ago
4
[Question] Are there any way to run the tasks that's retention exceeds
#923
arifmahmudrana
opened
4 weeks ago
3
Next