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
71
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
8eb6f04ef4
Move test helpers to asynq_test.go
2019-11-29 20:53:29 -08:00
.gitignore
Initial commit
2019-11-14 21:48:43 -08:00
asynq_test.go
Move test helpers to asynq_test.go
2019-11-29 20:53:29 -08:00
asynq.go
Update todos
2019-11-29 20:16:39 -08:00
background_test.go
Add test for background to verify no goroutine leaks
2019-11-29 20:49:18 -08:00
background.go
Add test for background to verify no goroutine leaks
2019-11-29 20:49:18 -08:00
client_test.go
Add test for client
2019-11-29 17:40:31 -08:00
client.go
Rename (*rdb).zadd to (*rdb).schedule
2019-11-27 07:16:16 -08:00
go.mod
Add test for background to verify no goroutine leaks
2019-11-29 20:49:18 -08:00
go.sum
Add test for background to verify no goroutine leaks
2019-11-29 20:49:18 -08:00
poller_test.go
Add test for poller
2019-11-29 08:00:43 -08:00
poller.go
Change shutdown message to use info level logging
2019-11-29 07:14:28 -08:00
processor_test.go
Add test for processor
2019-11-29 17:12:15 -08:00
processor.go
Add test for processor
2019-11-29 17:12:15 -08:00
rdb_test.go
Move test helpers to asynq_test.go
2019-11-29 20:53:29 -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%