This website requires JavaScript.
Explore
Help
Sign In
go-pkg
/
asynq
Watch
2
Star
0
Fork
0
You've already forked asynq
mirror of
https://github.com/hibiken/asynq.git
synced
2025-02-23 04:10:17 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
64
Commits
21
Branches
53
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Ken Hibino
bdbee31b86
Add test for retry task logic
2019-11-28 11:22:42 -08:00
.gitignore
Initial commit
2019-11-14 21:48:43 -08:00
asynq.go
Add DB field to RedisOpt to specify redis db index
2019-11-24 18:41:55 -08:00
background.go
Change newRDB signature
2019-11-27 06:41:54 -08:00
client.go
Rename (*rdb).zadd to (*rdb).schedule
2019-11-27 07:16:16 -08:00
go.mod
Add tests for type rdb
2019-11-20 07:01:24 -08:00
go.sum
Add tests for type rdb
2019-11-20 07:01:24 -08:00
poller.go
Update log messages on shutdown
2019-11-27 06:33:04 -08:00
processor_test.go
Protect handler call against panic
2019-11-27 14:03:04 -08:00
processor.go
Rename (*rdb).lrem to (*rdb).remove
2019-11-27 20:05:31 -08:00
rdb_test.go
Add test for (*rdb).kill
2019-11-28 07:47:12 -08:00
rdb.go
Rename (*rdb).lrem to (*rdb).remove
2019-11-27 20:05:31 -08:00
retry_test.go
Add test for retry task logic
2019-11-28 11:22:42 -08:00
retry.go
Add test for retry task logic
2019-11-28 11:22:42 -08:00
Description
golang基于redis的异步队列
asynchronous-tasks
background-jobs
go
redis
task-queue
worker-pool
MIT
12
MiB
Languages
Go
100%